JP2017062621A - Information processing system and program - Google Patents

Information processing system and program Download PDF

Info

Publication number
JP2017062621A
JP2017062621A JP2015187366A JP2015187366A JP2017062621A JP 2017062621 A JP2017062621 A JP 2017062621A JP 2015187366 A JP2015187366 A JP 2015187366A JP 2015187366 A JP2015187366 A JP 2015187366A JP 2017062621 A JP2017062621 A JP 2017062621A
Authority
JP
Japan
Prior art keywords
application
execution
predetermined
time
switching
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2015187366A
Other languages
Japanese (ja)
Other versions
JP5999396B1 (en
Inventor
伊藤 真人
Masato Ito
真人 伊藤
翔太郎 山口
Shotaro Yamaguchi
翔太郎 山口
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sega Corp
Original Assignee
Sega Games Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sega Games Co Ltd filed Critical Sega Games Co Ltd
Priority to JP2015187366A priority Critical patent/JP5999396B1/en
Application granted granted Critical
Publication of JP5999396B1 publication Critical patent/JP5999396B1/en
Publication of JP2017062621A publication Critical patent/JP2017062621A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a mechanism for an application with a restriction to occur, which eliminates the restriction by execution of another application and returns to execution of the original application.SOLUTION: An embodiment comprises: a restriction determination part to control, in response to execution of a prescribed service in a first application, determination of presence or absence of a restriction on the prescribed service; a first switching control part to switch, if the restriction is present, the application being executed from the first application to a second application; a condition determination part to determine, during execution of the prescribed service in the second application, whether a prescribed condition on the restriction is satisfied; and a second switching control part to switch, when the prescribed condition is satisfied, the application being executed from the second application to the first application.SELECTED DRAWING: Figure 5

Description

本発明は、情報処理システム及びプログラムに関する。   The present invention relates to an information processing system and a program.

近年、スマートフォンなどの携帯端末向けのゲームをダウンロードし、他のプレイヤと連携を取りながらゲームを楽しむゲームシステムが知られている。このようなゲームシステムには、複数のゲームを連携させる枠組みのものがある。   In recent years, a game system is known in which a game for a portable terminal such as a smartphone is downloaded, and the game is enjoyed while cooperating with other players. Such a game system includes a framework for linking a plurality of games.

例えば、第1ゲームを実行する実行手段と、第1ゲームにおけるユーザの実行状況が第1条件を満たすか否かを判定する第1判定手段と、第1条件を満たすと判定された場合、第1ゲームに関連付けられた第2ゲームにおけるユーザのユーザ情報を取得する情報取得手段と、取得された第2ゲームにおけるユーザ情報をユーザに通知する通知手段と、を備えるゲームがある(例えば、特許文献1参照)。   For example, when it is determined that the execution means for executing the first game, the first determination means for determining whether or not the execution status of the user in the first game satisfies the first condition, and the first condition is satisfied, There is a game comprising information acquisition means for acquiring user information of a user in a second game associated with one game, and notification means for notifying the user of user information in the acquired second game (for example, Patent Literature) 1).

特開2013−255526号公報JP2013-255526A

従来技術では、第1のアプリケーションを実行中に待ち時間が発生した場合、他のアプリケーションにおけるユーザ情報をユーザに通知することで、第1のアプリケーションに替えて他のアプリケーションへの実行を促していた。   In the prior art, when a waiting time occurs during execution of the first application, the user information in the other application is notified to the user, and the execution to the other application is promoted instead of the first application. .

しかしながら、従来技術では、実行中の第1のアプリケーションに待ち時間という制約が発生したとき、他のアプリケーションへの実行を促すだけである。そのため、第1のアプリケーションを実行していたユーザが、他のアプリケーションに実行を切り替えた場合、そのまま他のアプリケーションを実行し続け、第1のアプリケーションを再実行しない可能性があり、第1のアプリーションを運営する者にとっては好ましい状況ではなかった。   However, in the prior art, when a waiting time restriction occurs in the first application that is being executed, only the execution to another application is prompted. Therefore, if the user who has executed the first application switches execution to another application, there is a possibility that the other application will continue to be executed and the first application will not be re-executed. It was not a favorable situation for those who run the project.

そこで、本発明は、制約が発生するアプリケーションに対し、制約を他のアプリケーションの実行により解消しつつ、適切なタイミングで元のアプリケーションの実行に戻すための仕組みを提供することを目的とする。   Therefore, an object of the present invention is to provide a mechanism for returning to the original application execution at an appropriate timing while eliminating the restriction by executing another application for the application in which the restriction occurs.

本発明の一態様における情報処理システムは、第1のアプリケーションにおける所定のサービスの実行に応じて、該所定のサービスに関する制約があるか否かの判定を制御する制約判定部と、前記制約がある場合、実行中のアプリケーションを、前記第1のアプリケーションから第2のアプリケーションに切り替える第1切替制御部と、前記第2のアプリケーションにおける所定のサービスの実行中に、前記制約に関する所定条件が満たされるか否かを判定する条件判定部と、前記所定条件が満たされる場合、実行中のアプリケーションを、前記第2のアプリケーションから前記第1のアプリケーションに切り替える第2切替制御部と、を備える。   An information processing system according to an aspect of the present invention includes a constraint determination unit that controls determination of whether or not there is a constraint on a predetermined service according to execution of the predetermined service in the first application, and the constraint A first switching control unit that switches the running application from the first application to the second application, and whether a predetermined condition regarding the constraint is satisfied during execution of a predetermined service in the second application A condition determination unit that determines whether or not, and a second switching control unit that switches an application being executed from the second application to the first application when the predetermined condition is satisfied.

実施形態における情報処理システムの一例を示す概念図である。It is a conceptual diagram which shows an example of the information processing system in embodiment. 実施形態における情報処理装置のハードウェア構成の一実施形態を示すブロック図である。It is a block diagram which shows one Embodiment of the hardware constitutions of the information processing apparatus in embodiment. 実施形態におけるサーバのハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of the server in embodiment. 実施形態における情報処理装置に表示される画面の遷移例を示す図である。It is a figure which shows the example of a transition of the screen displayed on the information processing apparatus in embodiment. 実施形態における情報処理装置の機能構成の一例を示すブロック図である。It is a block diagram which shows an example of a function structure of the information processing apparatus in embodiment. 実施形態における第1アプリ部の機能の一例を示すブロック図である。It is a block diagram which shows an example of the function of the 1st application part in embodiment. 実施形態における第2アプリ部の機能の一例を示すブロック図である。It is a block diagram which shows an example of the function of the 2nd application part in embodiment. 実施形態における切替制御部の機能の一例を示すブロック図である。It is a block diagram which shows an example of the function of the switching control part in embodiment. 実施形態におけるサーバの機能構成の一例を示すブロック図である。It is a block diagram which shows an example of the function structure of the server in embodiment. 実行されるアプリケーションの時系列の関係を示す図である。It is a figure which shows the time-sequential relationship of the application performed. 第1具体例における情報処理装置に表示される画面の遷移例を示す図である。It is a figure which shows the example of a transition of the screen displayed on the information processing apparatus in a 1st specific example. 第2具体例における情報処理装置に表示される画面の遷移例を示す図である。It is a figure which shows the example of a transition of the screen displayed on the information processing apparatus in a 2nd specific example. 第3具体例における情報処理装置に表示される画面の遷移例を示す図である。It is a figure which shows the example of a transition of the screen displayed on the information processing apparatus in a 3rd specific example. 実施形態におけるアプリ間連携の第1処理の一例を示すシーケンス図である。It is a sequence diagram which shows an example of the 1st process of the cooperation between applications in embodiment. 実施形態におけるアプリ間連携の第2処理の一例を示すシーケンス図である。It is a sequence figure showing an example of the 2nd processing of cooperation between applications in an embodiment. 実施形態におけるアプリ間連携の第3処理の一例を示すシーケンス図である。It is a sequence figure showing an example of the 3rd processing of cooperation between applications in an embodiment.

以下、図面を参照して本発明の実施の形態を説明する。ただし、以下に説明する実施形態は、あくまでも例示であり、以下に明示しない種々の変形や技術の適用を排除する意図はない。即ち、本発明は、その趣旨を逸脱しない範囲で種々変形して実施することができる。また、以下の図面の記載において、同一または類似の部分には同一または類似の符号を付して表している。図面は模式的なものであり、必ずしも実際の寸法や比率等とは一致しない。図面相互間においても互いの寸法の関係や比率が異なる部分が含まれていることがある。   Embodiments of the present invention will be described below with reference to the drawings. However, the embodiment described below is merely an example, and there is no intention to exclude various modifications and technical applications that are not explicitly described below. That is, the present invention can be implemented with various modifications without departing from the spirit of the present invention. In the following description of the drawings, the same or similar parts are denoted by the same or similar reference numerals. The drawings are schematic and do not necessarily match actual dimensions and ratios. In some cases, the dimensional relationships and ratios may be different between the drawings.

[実施形態]
以下、本発明の実施形態におけるプログラム及び情報処理装置等を、図面を用いて説明する。
[Embodiment]
Hereinafter, a program, an information processing apparatus, and the like according to an embodiment of the present invention will be described with reference to the drawings.

<情報処理システムの概要>
図1は、実施形態における情報処理システム1の一例を示す概念図である。図1に示す例では、情報処理システム1は、例えば各ユーザの情報処理装置10A、10B、10Cと、例えば第1のアプリケーションの運営会社により提供されるサーバ(サーバ装置)20Aと、第2のアプリケーションの運営会社によるサーバ20Bと、がネットワークNを介して接続される。このネットワークNに、図示しない課金サーバ等が接続されてもよい。以下、アプリケーションは、単にアプリとも称する。
<Outline of information processing system>
Drawing 1 is a key map showing an example of information processing system 1 in an embodiment. In the example illustrated in FIG. 1, the information processing system 1 includes, for example, information processing apparatuses 10A, 10B, and 10C of each user, a server (server apparatus) 20A provided by, for example, a first application operating company, A server 20B by an application operating company is connected via a network N. A billing server or the like (not shown) may be connected to the network N. Hereinafter, the application is also simply referred to as an application.

各情報処理装置は、個別に区別して説明する場合には符号10A、10B、10Cを用い、個別に区別する必要がなく、まとめて説明する場合には符号10を用いる。また、情報処理装置10は、例えば携帯端末や、タブレット端末、PDA(Personal Digital Assistant)、パーソナルコンピュータ、ゲーム機などである。各サーバは、個別に区別して説明する場合には符号20A、20Bを用い、個別に区別する必要がなく、まとめて説明する場合には符号20を用いる。   Each information processing apparatus uses the reference numerals 10A, 10B, and 10C in the case of individually distinguishing the description, and does not need to be individually distinguished. The information processing apparatus 10 is, for example, a mobile terminal, a tablet terminal, a PDA (Personal Digital Assistant), a personal computer, a game machine, or the like. Each server uses the reference numerals 20A and 20B when individually described, and does not need to be individually distinguished, and the reference numeral 20 is used when collectively described.

例えば、情報処理装置10は、ネットワークNを介してサーバ20にオンライン接続し、ウェブブラウザ上で動作可能なアプリケーションを実行する。第1のアプリケーションは、その実行中に、少なくとも第1のアプリケーションのサービスの実行が一時的に不可能になり、再実行可能になるまでの制約(例えば、時間的制約、人数的制約など)が発生するとする。例えば、第1のアプリケーションをゲームアプリとすると、クエストを実行するために必要な体力パラメータが所定値まで回復するまでの時間が、時間的制約となりうる。また、第1のアプリケーションを電車等の乗換案内アプリとすると、現在時刻から次の乗換までの時刻が、時間的制約となりうる。また、第1のアプリケーションを、所定人数が集まって初めて実行可能になるゲームであるとすると、所定人数集まるまでが、人数的制約となりうる。   For example, the information processing apparatus 10 connects online to the server 20 via the network N, and executes an application operable on a web browser. During the execution of the first application, there is a restriction (for example, time restriction, number of people restriction, etc.) until at least the execution of the service of the first application is temporarily impossible and re-execution is possible. Suppose it occurs. For example, when the first application is a game application, the time until the physical strength parameter necessary for executing the quest recovers to a predetermined value may be a time constraint. If the first application is a transfer guidance application such as a train, the time from the current time to the next transfer may be a time constraint. Further, if the first application is a game that can be executed only after a predetermined number of people have gathered, the number of people until the predetermined number of people gathers may be a limitation on the number of people.

情報処理装置10は、実行中の第1のアプリケーションに時間的制約が発生した場合、他のアプリケーションの実行を促し、時間的制約の解除に関する所定条件が満たされた場合には、第1のアプリケーションに実行を戻すようにする。   The information processing apparatus 10 prompts the execution of another application when a time restriction occurs in the first application being executed, and when the predetermined condition regarding the release of the time restriction is satisfied, the first application To return execution.

サーバ20は、各アプリケーションの実行を情報処理装置10と連携して行う。例えば、アプリケーションがゲームアプリの場合、サーバ20は、複数のユーザがネットワークNを介して、基本を無料でプレイするゲーム、所謂F2P(フリートゥプレイ)のオンラインゲームなどを制御する。サーバ20は、情報処理装置10から入力された操作指示を受け付け、ゲームの進行を制御し、ゲームを実行するのに必要なデータを管理、配信する。また、サーバ20は、ゲーム以外のアプリケーションを実行制御してもよく、ユーザ所望の情報を提供したり、チケットの販売を行ったり、各種アプリケーションの実行を制御する。   The server 20 executes each application in cooperation with the information processing apparatus 10. For example, when the application is a game application, the server 20 controls a game in which a plurality of users play the basics free of charge via the network N, such as a so-called F2P (free-to-play) online game. The server 20 receives an operation instruction input from the information processing apparatus 10, controls the progress of the game, and manages and distributes data necessary for executing the game. In addition, the server 20 may execute and control applications other than games, provide user-desired information, sell tickets, and control the execution of various applications.

図示しない課金サーバは、情報処理装置10またはサーバ20からの課金要求に応じて、アプリケーション内での課金処理を行うサーバである。   A billing server (not shown) is a server that performs billing processing within an application in response to a billing request from the information processing apparatus 10 or the server 20.

ネットワークNは、インターネット等であり、無線LANのアクセスポイントや携帯電話の基地局などを含む。   The network N is the Internet or the like, and includes a wireless LAN access point, a mobile phone base station, and the like.

以上の情報処理システム1において、情報処理装置10は、第1のアプリケーションを実行中に、時間的制約が発生する場合、この時間をユーザに対して有効に使ってもらうため、第2のアプリケーションの実行を促す。このとき、情報処理装置10は、第2のアプリケーションの実行を促すだけではなく、第2のアプリケーションに実行が切り替えられた場合に、元々ユーザが実行していた第1のアプリケーションに実行を戻すように制御する。これにより、時間的制約を有するアプリケーションに対し、時間的制約を他のアプリケーションの実行により解消しつつ、適切なタイミングで元のアプリケーションの実行に戻すための仕組みを提供することができる。   In the information processing system 1 described above, when a time restriction occurs during execution of the first application, the information processing apparatus 10 uses the second application to effectively use the time. Encourage execution. At this time, the information processing apparatus 10 not only prompts the execution of the second application, but also returns the execution to the first application originally executed by the user when the execution is switched to the second application. To control. Accordingly, it is possible to provide a mechanism for returning to the original application execution at an appropriate timing while solving the time restriction by executing another application for the application having the time restriction.

<ハードウェア構成>
次に、情報処理装置10のハードウェア構成について説明する。図2は、図1に示す情報処理装置10のハードウェア構成の一実施形態を示すブロック図である。
<Hardware configuration>
Next, the hardware configuration of the information processing apparatus 10 will be described. FIG. 2 is a block diagram showing an embodiment of the hardware configuration of the information processing apparatus 10 shown in FIG.

図2に示す情報処理装置10は、移動体通信用アンテナ112、移動体通信部114、無線LAN通信用アンテナ116、無線LAN通信部118、記憶部120、主制御部150を少なくとも有し、さらに、カメラ130や音声出力端子142を含む外部インタフェース140などを有する。   The information processing apparatus 10 illustrated in FIG. 2 includes at least a mobile communication antenna 112, a mobile communication unit 114, a wireless LAN communication antenna 116, a wireless LAN communication unit 118, a storage unit 120, and a main control unit 150. And an external interface 140 including a camera 130 and an audio output terminal 142.

タッチパネル102は、表示装置および入力装置の両方の機能を備え、表示機能を担うディスプレイ(表示画面)102Aと、入力機能を担うタッチセンサ102Bとで構成される。ディスプレイ102Aは、例えば、液晶ディスプレイや有機EL(Electro Luminescence)ディスプレイなどの一般的な表示デバイスにより構成される。タッチセンサ102Bは、ディスプレイ102Aその上面に配置された接触操作を検知するための素子およびその上に積層された透明な操作面を備えて構成される。タッチセンサ102Bの接触検知方式としては、静電容量式、抵抗膜式(感圧式)、電磁誘導式など既知の方式のうちの任意の方式を採用することができる。   The touch panel 102 has both functions of a display device and an input device, and includes a display (display screen) 102A that bears a display function and a touch sensor 102B that bears an input function. The display 102A is configured by a general display device such as a liquid crystal display or an organic EL (Electro Luminescence) display. The touch sensor 102B is configured to include an element for detecting a contact operation arranged on the upper surface of the display 102A and a transparent operation surface laminated thereon. As a contact detection method of the touch sensor 102B, an arbitrary method among known methods such as a capacitance method, a resistance film method (pressure-sensitive method), and an electromagnetic induction method can be adopted.

タッチパネル102は、主制御部150による記憶部120に記憶されているプログラム122の実行により生成されるゲーム画像を表示する。入力装置としてのタッチパネル102は、操作面に対して接触する接触物(ユーザの指やタッチペンなどを含む。以下、「指」である場合を代表例として説明する)の動作を検知することで、操作入力を受け付け、その接触位置の情報を主制御部150に与える。指の動作は、接触点の位置または領域を示す座標情報として検知され、座標情報は、例えば、タッチパネル102の短辺方向および長辺方向の二軸上の座標値として表される。   The touch panel 102 displays a game image generated by executing the program 122 stored in the storage unit 120 by the main control unit 150. The touch panel 102 as an input device detects an operation of a contact object (including a user's finger or a touch pen, which will be described as a representative example) in contact with the operation surface. An operation input is received and information on the contact position is given to the main controller 150. The movement of the finger is detected as coordinate information indicating the position or area of the contact point, and the coordinate information is expressed as coordinate values on two axes of the short side direction and the long side direction of the touch panel 102, for example.

情報処理装置10は、移動体通信用アンテナ112や無線LAN通信用アンテナ116を通じてネットワーク(インターネット)Nに接続され、サーバ20との間でデータ通信をすることが可能である。   The information processing apparatus 10 is connected to the network (Internet) N through the mobile communication antenna 112 and the wireless LAN communication antenna 116, and can perform data communication with the server 20.

サーバ20は、情報処理装置10において実行されたアプリケーション等の実行データを、ネットワークNを介して収集し、当該実行データに基づきアプリケーションの進行を制御する等、当該システムのハブとなるサーバとして機能する。   The server 20 functions as a server serving as a hub of the system, such as collecting execution data such as an application executed in the information processing apparatus 10 via the network N and controlling the progress of the application based on the execution data. .

また、実施形態では、情報処理装置10がネットワークNおよびサーバ20と接続された場合に、当該情報処理装置10に対して種々のアプリケーションをオンラインで提供することができるオンラインシステムを構築している。   In the embodiment, when the information processing apparatus 10 is connected to the network N and the server 20, an online system that can provide various applications online to the information processing apparatus 10 is constructed.

実施形態に係るプログラム122は、情報処理装置10にインストールされたものであってもよいし、オンライン上でサーバ(サーバ20に限らない)からアプリケーションの機能が提供されるものであってもよい。   The program 122 according to the embodiment may be installed in the information processing apparatus 10 or may be provided with application functions from a server (not limited to the server 20) online.

次に、サーバ20のハードウェア構成について説明する。図3は、実施形態におけるサーバ20のハードウェア構成の一例を示す図である。図3に示すように、サーバ20は、制御部202と、通信インタフェース206と、記憶部208と、表示部214と、入力部216と、を有し、各部はバスライン218を介して接続される。   Next, the hardware configuration of the server 20 will be described. FIG. 3 is a diagram illustrating an example of a hardware configuration of the server 20 according to the embodiment. As illustrated in FIG. 3, the server 20 includes a control unit 202, a communication interface 206, a storage unit 208, a display unit 214, and an input unit 216, and each unit is connected via a bus line 218. The

制御部202は、CPU(Central Processing Unit)、ROM(Read On Memory)、RAM(Random Access Memory)204等を含む。制御部202は、記憶部208に記憶される制御プログラム210等を実行することにより、一般的な情報処理装置としての機能に加え、例えばオンラインのアプリケーションに関する処理を実現するように構成される。   The control unit 202 includes a CPU (Central Processing Unit), a ROM (Read On Memory), a RAM (Random Access Memory) 204, and the like. The control unit 202 is configured to execute processing related to an online application, for example, in addition to a function as a general information processing apparatus by executing a control program 210 or the like stored in the storage unit 208.

また、RAM204は、各種情報を一時的に保持したり、CPUが各種処理を実行する際のワークエリアとして使用されたりする。   The RAM 204 temporarily stores various information and is used as a work area when the CPU executes various processes.

通信インタフェース206は、ネットワークNを介した課金サーバ30や情報処理装置10との通信を制御する。   The communication interface 206 controls communication with the billing server 30 and the information processing apparatus 10 via the network N.

記憶部208は、例えばHDD等からなり、一般的な情報処理装置としての機能を実現するためのアプリケーション及びデータ(図示省略)を記憶することに加え、制御プログラム210を記憶する。また、記憶部208は、情報記憶部212を有している。   The storage unit 208 includes, for example, an HDD and the like, and stores a control program 210 in addition to storing applications and data (not shown) for realizing a function as a general information processing apparatus. The storage unit 208 has an information storage unit 212.

制御プログラム210は、所定の処理を行うためのプログラムであり、情報処理装置10から操作指示を受け、この操作指示にアプリケーションの進行を制御するプログラムである。制御プログラム210は、コンピュータに読み取り可能な記録媒体に保存され、この記録媒体から読み出されて、記憶部208に記憶されてもよい。   The control program 210 is a program for performing a predetermined process, and is a program that receives an operation instruction from the information processing apparatus 10 and controls the progress of an application according to the operation instruction. The control program 210 may be stored in a computer-readable recording medium, read from the recording medium, and stored in the storage unit 208.

情報記憶部212は、例えばアプリケーションに用いる必要なデータや、ユーザに関するデータなどを記憶する。   The information storage unit 212 stores, for example, necessary data used for applications and data related to users.

表示部214は、管理者に情報を表示する。入力部216は、管理者からの入力を受け付けたり、管理者からの指示を受け付けたりする。また、サーバ20は、表示部214と入力部216とを必ずしも設ける必要はなく、表示部214及び入力部216は、外部からサーバ20に接続されるようにしてもよい。   The display unit 214 displays information to the administrator. The input unit 216 receives input from the administrator or receives instructions from the administrator. Further, the server 20 does not necessarily include the display unit 214 and the input unit 216, and the display unit 214 and the input unit 216 may be connected to the server 20 from the outside.

<アプリ間連携の概要>
ここで、実施形態において対象となるアプリ間連携の概要について図4を用いて説明する。図4は、情報処理装置10に表示される画面の遷移例を示す図である。図4を用いて説明する例は、第1のアプリケーションにおいて所定のイベント(又は所定のサービス)が実行される際に、そのイベントが実行条件を満たさないため、ユーザが所定のイベントを実行することができない場合の例である。
<Overview of application collaboration>
Here, the outline | summary of the cooperation between applications used as object in embodiment is demonstrated using FIG. FIG. 4 is a diagram illustrating a transition example of screens displayed on the information processing apparatus 10. In the example described with reference to FIG. 4, when a predetermined event (or a predetermined service) is executed in the first application, the event does not satisfy the execution condition, so the user executes the predetermined event. This is an example of when you can't.

図4(A)は、第1のアプリケーションの実行画面D102の一例を示す図である。図4(A)に示す例では、第1のアプリケーションにおける所定のイベントを実行するためのUI部品(例えばボタン)B102、B104、B106が実行画面D102に表示される。ここで、ユーザは、イベントAのUI部品B102を押した(タップ又はクリック)したとすると、図4(B)に示す画面が表示される。   FIG. 4A is a diagram illustrating an example of the execution screen D102 of the first application. In the example shown in FIG. 4A, UI components (for example, buttons) B102, B104, and B106 for executing a predetermined event in the first application are displayed on the execution screen D102. Here, if the user presses (tap or clicks) the UI component B102 of the event A, the screen shown in FIG. 4B is displayed.

図4(B)は、イベントAの実行可否を表示する実行画面D112の一例を示す図である。図4(B)に示す画面には、ポップアップ画面P112が表示される。ポップアップ画面P112には、例えばイベントAが実行できないことが通知され、また、他のアプリケーション(アプリBともいう。)を実行するためのUI部品B112、他のアプリケーションをダウンロードするためのUI部品B114や、その他のUI部品B116等が表示される。   FIG. 4B is a diagram illustrating an example of an execution screen D112 that displays whether or not the event A can be executed. A pop-up screen P112 is displayed on the screen shown in FIG. For example, the pop-up screen P112 is notified that the event A cannot be executed, and the UI component B112 for executing another application (also referred to as application B), the UI component B114 for downloading another application, Other UI parts B116 and the like are displayed.

ここで、ユーザは、イベントAを実行することができずに時間的制約を受けるので、この時間を有効に過ごすべく、他のアプリケーションを実行するためのUI部品B112を押したとすると、図4(C)に示す画面が表示される。   Here, since the user cannot execute the event A and is limited in time, if the user presses the UI component B112 for executing another application in order to spend this time effectively, FIG. The screen shown in C) is displayed.

図4(C)は、第2のアプリケーションの実行画面D122の一例を示す図である。図4(C)に示す画面には、例えば、アプリBがゲームアプリである場合、ゲーム画面が表示され、アプリBが動画視聴アプリである場合、動画の視聴画面が表示される。図4(C)に示す画面の表示後、第1のアプリケーションへ切り替えるための所定条件が満たされると、図4(D)に示す画面が表示される。   FIG. 4C is a diagram illustrating an example of the execution screen D122 of the second application. On the screen shown in FIG. 4C, for example, when the app B is a game app, a game screen is displayed. When the app B is a video viewing app, a video viewing screen is displayed. When the predetermined condition for switching to the first application is satisfied after the screen shown in FIG. 4C is displayed, the screen shown in FIG. 4D is displayed.

図4(D)は、イベントAが実行可能になったことを示す実行画面D132の一例を示す図である。図4(D)に示す画面には、ポップアップ画面P132が表示される。ポップアップ画面P132には、例えばイベントAが実行可能になったことが通知され、また、第1のアプリケーションのイベントAを実行するためのUI部品B132が表示される。ここで、ユーザは、UI部品B132をタップすることで、第1のアプリケーションの実行画面に戻ることができる。   FIG. 4D is a diagram illustrating an example of an execution screen D132 indicating that the event A can be executed. A pop-up screen P132 is displayed on the screen shown in FIG. In the pop-up screen P132, for example, it is notified that the event A can be executed, and a UI component B132 for executing the event A of the first application is displayed. Here, the user can return to the execution screen of the first application by tapping the UI component B132.

このシステムによれば、第1のアプリケーションの実行中に、時間的制約が発生した場合、第2のアプリケーションの実行を促し、この時間をユーザに対して有効に使ってもらうことができる。また、情報処理装置10は、第2のアプリケーションが実行された場合に、元々ユーザが実行していた第1のアプリケーションに戻すように制御することができ、第1のアプリケーションの運営者は、安心して他のアプリケーションへの切り替えをユーザに提供することができる。   According to this system, when a time restriction occurs during the execution of the first application, it is possible to prompt the user to execute the second application and effectively use the time. In addition, when the second application is executed, the information processing apparatus 10 can perform control so that the user returns to the first application that was originally executed by the user. It is possible to provide the user with a switch to another application.

以降、上述した機能等を含むゲームを実行するための情報処理装置10及びサーバ20の機能構成について説明する。   Hereinafter, functional configurations of the information processing apparatus 10 and the server 20 for executing a game including the above-described functions and the like will be described.

<機能構成>
図5は、実施形態における情報処理装置10の機能構成の一例を示すブロック図である。図5に示す情報処理装置10は、例えば、第1送信部302と、第1受信部304と、第1制御部310と、第1記憶部330とを含む。
<Functional configuration>
FIG. 5 is a block diagram illustrating an example of a functional configuration of the information processing apparatus 10 according to the embodiment. The information processing apparatus 10 illustrated in FIG. 5 includes, for example, a first transmission unit 302, a first reception unit 304, a first control unit 310, and a first storage unit 330.

第1送信部302は、例えば主制御部150、移動体通信部114、無線LAN通信部118、プログラム122等により実現されうる。第1送信部302は、プレイヤにより入力された操作内容に基づくコマンドなどをサーバ20に送信する。このコマンドには、必要に応じて、アプリケーションにおける処理(イベントやサービス)の可否を問い合わせするための問い合わせコマンドや、条件を取得するための取得コマンドなどが含まれる。   The first transmission unit 302 can be realized by the main control unit 150, the mobile communication unit 114, the wireless LAN communication unit 118, the program 122, and the like, for example. The first transmission unit 302 transmits a command based on the operation content input by the player to the server 20. This command includes an inquiry command for inquiring whether processing (event or service) in an application is possible, an acquisition command for acquiring a condition, or the like as necessary.

第1受信部304は、例えば主制御部150、移動体通信部114、無線LAN通信部118、プログラム122等により実現されうる。第1受信部304は、サーバ20から、アプリケーションの実行に関する情報などを受信する。アプリケーションの実行に関する情報は、必要に応じて、アプリケーション内の処理の可否判定結果に関する情報や、アプリケーションの実行画面を表す画面情報などを含む。   The first receiving unit 304 can be realized by, for example, the main control unit 150, the mobile communication unit 114, the wireless LAN communication unit 118, the program 122, and the like. The first receiving unit 304 receives information related to the execution of the application from the server 20. Information related to the execution of the application includes, as necessary, information related to the result of determining whether processing within the application is possible, screen information representing an execution screen of the application, and the like.

第1制御部310は、例えば主制御部150、プログラム122等により実現されうる。第1制御部310は、情報処理装置10全体の処理を制御し、例えば、実行される1又は複数のアプリケーションを制御する。また、第1制御部310は、第1アプリ部312と、第2アプリ部314と、切替制御部316とを含む。   The first control unit 310 can be realized by the main control unit 150, the program 122, and the like, for example. The 1st control part 310 controls the process of the information processing apparatus 10 whole, for example, controls the 1 or several application performed. The first control unit 310 includes a first application unit 312, a second application unit 314, and a switching control unit 316.

第1アプリ部312は、例えば主制御部150と、第1のアプリケーションを実行させるための第1のプログラム等により実現されうる。第1アプリ部312は、第1のプログラムが実行されることにより第1のアプリケーションの様々な機能をユーザに提供する。第1のアプリケーションは、例えば、ゲームアプリや、電車等の乗換検索アプリや、チケット販売アプリや、オークションアプリなどである。また、第1アプリ部312は、サーバ20Aと連携して第1のアプリケーションのサービスを提供してもよい。   The first application unit 312 can be realized by, for example, the main control unit 150 and a first program for executing the first application. The first application unit 312 provides the user with various functions of the first application by executing the first program. The first application is, for example, a game application, a transfer search application such as a train, a ticket sales application, an auction application, or the like. In addition, the first application unit 312 may provide a first application service in cooperation with the server 20A.

第2アプリ部314は、例えば主制御部150と、第2のアプリケーションを実行させるための第2のプログラム等により実現されうる。第2アプリ部314は、第2のプログラムが実行されることにより第2のアプリケーションの様々な機能をユーザに提供する。第2のアプリケーションは、例えば、ゲームアプリや、動画視聴アプリ、漫画閲覧アプリ、読書アプリ、ウェブページ閲覧アプリなどであり、ユーザが所定時間楽しむことができるアプリケーションである。また、第2アプリ部314は、サーバ20Bと連携して第2のアプリケーションのサービスを提供してもよい。   The second application unit 314 can be realized by, for example, the main control unit 150 and a second program for executing the second application. The second application unit 314 provides the user with various functions of the second application by executing the second program. The second application is, for example, a game application, a video viewing application, a cartoon browsing application, a reading application, a web page browsing application, or the like, and is an application that the user can enjoy for a predetermined time. In addition, the second application unit 314 may provide a second application service in cooperation with the server 20B.

切替制御部316は、複数のアプリケーションを切り替えるための制御を行う。例えば、切替制御部316は、第1アプリ部312や第2アプリ部314から切替要求を受けると、実行中のアプリケーションを他のアプリケーションに切り替える。具体的には、切替制御部316は、アプリケーションの実行権を管理し、この実行権をアプリケーションに渡すことで、ユーザ操作に基づき実行されるアプリケーションを切り替える。   The switching control unit 316 performs control for switching a plurality of applications. For example, when receiving a switching request from the first application unit 312 or the second application unit 314, the switching control unit 316 switches the application being executed to another application. Specifically, the switching control unit 316 manages the execution right of the application, and switches the application to be executed based on the user operation by passing this execution right to the application.

また、アプリケーションの切り替えについて、URLスキームという技術が用いられる。URLスキームとは、インターネット上のコンテンツの所在や属性を表す文字列のことで、URLと類似するものである。例えば、URLスキームは、アプリを表す「XXX.YY.〜」などの特定情報であり、URLスキームに続けてコロン(「:」)記号を挟んで命令やデータ等を記述することができる。このURLスキームを用いることで、Webブラウザからアプリを起動したり、アプリから別のアプリを起動したりすることができるようになる。   A technique called a URL scheme is used for switching applications. A URL scheme is a character string representing the location and attributes of content on the Internet, and is similar to a URL. For example, the URL scheme is specific information such as “XXX.YY.˜” representing an application, and an instruction, data, or the like can be described with a colon (“:”) symbol sandwiched between the URL scheme. By using this URL scheme, an application can be activated from the Web browser, or another application can be activated from the application.

例えば、UI部品(ボタン等)に、第2のアプリケーションのURLスキームが対応付けられ、このUI部品が押下されると、切替制御部316は、URLスキームに基づいて第2のアプリケーションを特定することができ、第1のアプリケーションの実行状態から第2のアプリケーションを容易に起動することができる。   For example, the URL scheme of the second application is associated with a UI component (such as a button), and when this UI component is pressed, the switching control unit 316 specifies the second application based on the URL scheme. The second application can be easily started from the execution state of the first application.

また、URLスキームでは、データの受け渡しも可能であるため、第1のアプリケーションの情報を第2のアプリケーションに渡すことも可能である。これにより、後述する時間的制約の解除に関する所定条件に用いられる情報を第2のアプリケーションに受け渡し、第2のアプリケーションにおいて、第1のアプリケーションの情報を反映させることができるようになる。   In the URL scheme, data can also be transferred, so that the information of the first application can be transferred to the second application. As a result, information used for a predetermined condition relating to the release of the time constraint described later can be passed to the second application, and the information of the first application can be reflected in the second application.

第1記憶部330は、例えば、記憶部120等により実現されうる。第1記憶部330は、第1及び第2のプログラムや、第1及び第2のアプリケーションに関する情報を記憶する。例えば、第1記憶部330は、時間的制約に関する情報や、この時間的制約の解除に関する所定条件の情報を記憶する。次に、第1アプリ部312、第2アプリ部314、及び切替制御部316の機能について詳細に説明する。   The first storage unit 330 can be realized by the storage unit 120, for example. The first storage unit 330 stores information on the first and second programs and the first and second applications. For example, the first storage unit 330 stores information related to time constraints and information on predetermined conditions related to release of the time constraints. Next, functions of the first application unit 312, the second application unit 314, and the switching control unit 316 will be described in detail.

≪第1アプリ部≫
図6は、実施形態における第1アプリ部312の機能の一例を示すブロック図である。図6に示す第1アプリ部312は、第1操作受付部3122、第1コマンド発行部3124、第1実行制御部3126、制約判定部3128、第1表示制御部3130、及び第1切替要求部3132を含む。
≪First application part≫
FIG. 6 is a block diagram illustrating an example of functions of the first application unit 312 in the embodiment. The first application unit 312 illustrated in FIG. 6 includes a first operation receiving unit 3122, a first command issuing unit 3124, a first execution control unit 3126, a constraint determination unit 3128, a first display control unit 3130, and a first switching request unit. 3132 is included.

第1操作受付部3122は、タッチパネル102から入力されるユーザの操作を、第1のアプリケーション実行中に受け付ける。例えば、第1操作受付部3122は、第1のアプリケーションにおける所定のサービスを実行するための操作を受け付けたり、他のアプリケーションの実行に関するユーザ操作を受け付けたりする。受け付けられた操作内容は、第1コマンド発行部3124に出力される。   The first operation reception unit 3122 receives a user operation input from the touch panel 102 during execution of the first application. For example, the first operation reception unit 3122 receives an operation for executing a predetermined service in the first application, or receives a user operation related to execution of another application. The accepted operation content is output to the first command issuing unit 3124.

第1コマンド発行部3124は、第1操作受付部3122が受け付けた操作内容に応じたコマンドを発行し、発行したコマンドを、第1送信部302を介してサーバ20などに送信する。例えば、第1コマンド発行部3124は、問い合わせコマンドなどを発行する。   The first command issuing unit 3124 issues a command corresponding to the operation content received by the first operation receiving unit 3122 and transmits the issued command to the server 20 or the like via the first transmission unit 302. For example, the first command issuing unit 3124 issues an inquiry command or the like.

第1実行制御部3126、ユーザ操作等に基づき、第1のアプリケーションにおける所定のサービスの実行を制御する。所定のサービスは、各アプリが提供する機能やイベント等であり、このサービスに関して時間的制約が発生するものである。例えば、第1のアプリケーションがゲームアプリの場合、所定のサービスは、クエスト等であり、第1のアプリケーションが検索アプリの場合、所定のサービスは、検索結果を表示する機能等である。   The first execution control unit 3126 controls execution of a predetermined service in the first application based on a user operation or the like. The predetermined service is a function, event, or the like provided by each application, and a time restriction occurs with respect to this service. For example, when the first application is a game application, the predetermined service is a quest or the like, and when the first application is a search application, the predetermined service is a function of displaying a search result or the like.

ここで、時間的制約とは、所定のサービスを実行するために所定時間待たなければいけないことや、ユーザの次の行動時間までに所定時間待たなければいけないことなど、ユーザに対して待ち時間を発生させることである。   Here, the time constraint means that waiting time for the user such as waiting for a predetermined time to execute a predetermined service or waiting for a predetermined time before the user's next action time. Is to generate.

制約判定部3128は、第1のアプリケーションにおける所定のサービスに応じて、この所定のサービスに関する時間的制約があるか否かの判定を制御する。例えば、制約判定部3128は、時間的制約の可否をサーバ20に問い合わせてもよいし、自身で時間的制約の可否を判定してもよい。本実施形態では、制約判定部3128は、時間的制約の可否をサーバ20に問い合わせる例を主に説明する。この場合、制約判定部3128は、サーバ20から問い合わせ結果を取得する。   The restriction determination unit 3128 controls whether or not there is a time restriction related to the predetermined service in accordance with the predetermined service in the first application. For example, the constraint determination unit 3128 may inquire the server 20 about whether time constraints are available, or may determine whether the time constraints are available. In the present embodiment, an example in which the constraint determination unit 3128 inquires the server 20 about whether time constraints are possible will be mainly described. In this case, the constraint determination unit 3128 acquires the inquiry result from the server 20.

制約判定部3128は、問い合わせの結果が、時間的制約有りの場合、その旨を通知するための画面を表示するよう第1表示制御部3130に要求する。また、制約判定部3128は、問い合わせ結果が、時間的制約無しの場合、第1のアプリケーションの実行が続行されるようにする。   When the inquiry result indicates that there is a time constraint, the constraint determination unit 3128 requests the first display control unit 3130 to display a screen for notifying that effect. In addition, the constraint determination unit 3128 causes the first application to continue execution when the inquiry result has no time constraint.

第1表示制御部3130は、実行中のサービスに時間的制約があると判定された場合(制約判定部3128から表示要求を受けた場合)、第1のアプリケーションとは異なる第2のアプリケーションの実行を可能にする第1のUI部品を含む第1の画面を表示するよう制御する。例えば、第1表示制御部3130は、ゲームアプリの実行中に、体力パラメータが足りずにクエストが実行できない場合、体力パラメータが回復するまで、他のゲームアプリ等を実行するためのボタンを含む画面を表示するよう制御する。   When it is determined that the service being executed has a time restriction (when a display request is received from the restriction determination part 3128), the first display control unit 3130 executes a second application different from the first application. Control is performed to display a first screen including a first UI component that enables the first UI component. For example, the first display control unit 3130 includes a button for executing another game application or the like until the physical fitness parameter is recovered when the quest cannot be executed due to insufficient physical fitness parameters during execution of the game application. Control to display.

第1切替要求部3132は、実行中の第1のアプリケーションからの切替対象を示す第2のアプリケーションを特定する特定情報と、第2のアプリケーションの実行から第1のアプリケーションの実行への切り替えに用いられる時間的制約に関する条件情報とを用いて、第1のアプリケーションの実行から第2のアプリケーションの実行への切り替えを要求する。例えば、第1切替要求部3132は、第1のUI部品が操作されると、この第1のUI部品に対応付けられたURLスキームを用いて、実行中の第1のアプリケーションから、URLスキームで特定される第2のアプリケーションに切り替わるよう切替制御部316に要求する。このとき、URLスキームにおいて、上述した条件情報が追加されていてもよい。   The first switching request unit 3132 is used for specifying the second application indicating the switching target from the first application being executed, and switching from the execution of the second application to the execution of the first application. The switch from the execution of the first application to the execution of the second application is requested using the condition information relating to the time constraint. For example, when the first UI component is operated, the first switching request unit 3132 uses the URL scheme associated with the first UI component to execute the URL scheme from the first application being executed. The switching control unit 316 is requested to switch to the specified second application. At this time, the condition information described above may be added in the URL scheme.

≪第2アプリ部≫
図7は、実施形態における第2アプリ部314の機能の一例を示すブロック図である。図7に示す第2アプリ部314は、第2操作受付部3142、第2コマンド発行部3144、第2実行制御部3146、条件判定部3148、第2表示制御部3150、第2切替要求部3152、及び変更部3154を含む。
≪Second application part≫
FIG. 7 is a block diagram illustrating an example of functions of the second application unit 314 in the embodiment. 7 includes a second operation receiving unit 3142, a second command issuing unit 3144, a second execution control unit 3146, a condition determining unit 3148, a second display control unit 3150, and a second switching request unit 3152. , And a change unit 3154.

第2操作受付部3142は、タッチパネル102から入力されるユーザの操作を、第2のアプリケーション実行中に受け付ける。例えば、第2操作受付部3142は、第2のアプリケーションにおける処理を実行するための操作を受け付けたり、他のアプリケーションの実行に関するユーザ操作を受け付けたりする。受け付けられた操作内容は、第2コマンド発行部3144に出力される。   The second operation receiving unit 3142 receives a user operation input from the touch panel 102 while the second application is being executed. For example, the second operation reception unit 3142 receives an operation for executing processing in the second application, or receives a user operation related to execution of another application. The accepted operation content is output to the second command issuing unit 3144.

第2コマンド発行部3144は、第2操作受付部3142が受け付けた操作内容に応じたコマンドを発行し、発行したコマンドを、各第1送信部302を介してサーバ20などに送信する。例えば、第2コマンド発行部3144は、問い合わせコマンドなどを発行する。   The second command issuing unit 3144 issues a command corresponding to the operation content received by the second operation receiving unit 3142, and transmits the issued command to the server 20 or the like via each first transmission unit 302. For example, the second command issuing unit 3144 issues an inquiry command or the like.

第2実行制御部3146は、ユーザ操作等に基づき、第2のアプリケーションにおける所定のサービスの実行を制御する。所定のサービスは、第2のアプリケーションがゲームアプリの場合、クエスト等であり、第2のアプリケーションが動画視聴アプリの場合、動画再生機能等である。   The second execution control unit 3146 controls execution of a predetermined service in the second application based on a user operation or the like. The predetermined service is a quest or the like when the second application is a game application, and a video playback function or the like when the second application is a video viewing application.

条件判定部3148は、第2のアプリケーションにおける所定のサービスの実行中に、時間的制約の解除に関する所定条件が満たされるか否かの判定を制御する。例えば、条件判定部3148は、第1のアプリケーションにおける所定のイベントが実行可能になるための所定時間が経過したか否かを判定する。なお、この所定時間は、URLスキームを用いて、第1のアプリケーションから切替制御部316を介して、所定時間を示す情報(条件情報)が通知されてもよい。また、所定時間を示す情報は、第2アプリ部314内に予め設定されていてもよい。   The condition determination unit 3148 controls determination of whether or not a predetermined condition regarding the release of the time constraint is satisfied during execution of the predetermined service in the second application. For example, the condition determination unit 3148 determines whether or not a predetermined time for allowing a predetermined event to be executed in the first application has elapsed. For the predetermined time, information (condition information) indicating the predetermined time may be notified from the first application via the switching control unit 316 using the URL scheme. Information indicating the predetermined time may be set in advance in the second application unit 314.

また、条件判定部3148は、所定条件の成立の可否を、連携するサーバ20に問い合わせ、判定結果を受信するようにしてもよい。本実施形態に示す例では、条件判定部3148が、所定条件の成立の可否を判定するとする。   In addition, the condition determination unit 3148 may inquire the cooperating server 20 about whether or not the predetermined condition is satisfied, and receive the determination result. In the example shown in the present embodiment, it is assumed that the condition determination unit 3148 determines whether or not a predetermined condition is established.

条件判定部3148は、所定条件が満たされると判定した場合、その旨を通知するための画面を表示するよう第2表示制御部3150に要求する。また、条件判定部3148は、所定条件が満たされないと判定した場合、第2のアプリケーションの実行が続行されるようにする。   When the condition determination unit 3148 determines that the predetermined condition is satisfied, the condition determination unit 3148 requests the second display control unit 3150 to display a screen for notification to that effect. In addition, when the condition determination unit 3148 determines that the predetermined condition is not satisfied, the execution of the second application is continued.

第2表示制御部3150は、所定条件が満たされると判定された場合(条件判定部3148から表示要求を受けた場合)、第2のアプリケーションの実行から、第1のアプリケーションの実行への切り替えを可能にする第2のUI部品を含む第2の画面を表示するよう制御する。   When it is determined that the predetermined condition is satisfied (when a display request is received from condition determination unit 3148), second display control unit 3150 switches from execution of the second application to execution of the first application. Control is performed to display a second screen including the second UI component to be enabled.

第2切替要求部3152は、上述した所定条件が満たされる場合、第1のアプリケーションを特定する特定情報を用いて、第2のアプリケーションの実行から第1のアプリケーションの実行への切り替えを切替制御部316に要求する。   The second switching request unit 3152 switches the switching from the execution of the second application to the execution of the first application by using the specific information for specifying the first application when the above-described predetermined condition is satisfied. Request to 316.

変更部3154は、上述した所定条件に基づいて、第2のアプリケーションの実行内容を変更する。例えば、変更部3154は、所定条件が、所定時間経過することであり、第2のアプリケーションがゲームアプリである場合、所定時間の長さに応じて、その時間でクリア可能になるようにゲームの内容を変更してもよい。   The changing unit 3154 changes the execution content of the second application based on the predetermined condition described above. For example, if the predetermined condition is that a predetermined time has elapsed and the second application is a game application, the changing unit 3154 determines that the game can be cleared at that time according to the length of the predetermined time. The contents may be changed.

また、変更部3154は、所定条件が、所定時間経過することであり、第2のアプリケーションが動画視聴アプリである場合、所定時間の長さに応じて、その時間で視聴完了できるように動画の種類を変更してもよい。これにより、所定条件に応じた適切な第2のアプリケーションの処理をユーザに提供することができる。   Also, the changing unit 3154 indicates that the predetermined condition is that a predetermined time has elapsed, and if the second application is a video viewing application, the video can be viewed in a predetermined time according to the length of the predetermined time. You may change the type. Accordingly, it is possible to provide the user with appropriate second application processing according to the predetermined condition.

また、第2のアプリケーションは、第1のUI部品の操作に基づき実行される場合と、第1のUI部品の操作以外のユーザ操作に基づき実行される場合とで、動作内容が異なってもよい。例えば、第2実行制御部3146は、何を契機にして第2のアプリケーションが実行されるかによって、実行内容を変更してもよい。   In addition, the operation content of the second application may be different between a case where the second application is executed based on the operation of the first UI component and a case where the second application is executed based on a user operation other than the operation of the first UI component. . For example, the second execution control unit 3146 may change the execution content depending on what triggers the second application to be executed.

具体的には、第2実行制御部3146は、第2のアプリケーションを実行する通常のボタン等で第2のアプリケーションを実行する場合よりも、第1のUI部品等で第2のアプリケーションを実行する場合の方が、実行内容をより簡易にしてもよい。これにより、第2のアプリケーションがアプリ間連携で実行される場合と、アプリ間連携以外の、例えば通常どおり実行される場合とで、ユーザに対してその違いを認識させることができる。   Specifically, the second execution control unit 3146 executes the second application with the first UI component or the like, rather than executing the second application with a normal button or the like that executes the second application. In some cases, the execution content may be simplified. This allows the user to recognize the difference between when the second application is executed by inter-application cooperation and when it is executed as usual, for example, other than inter-application cooperation.

また、第2実行制御部3146は、第2のアプリケーションがゲームアプリである場合、ユーザが無料会員のときに、アプリ間連携でゲームアプリが実行される場合にだけ、有料会員と同じ権限でゲームをプレイさせてもよい。これにより、アプリ間連携で第2のアプリケーションが実行される場合にだけ、ユーザに特別な処理権限を与えることができる。   In addition, when the second application is a game application, the second execution control unit 3146 has the same authority as that of the paying member only when the game application is executed in cooperation with the application when the user is a free member. You may play. Thereby, a special processing authority can be given to the user only when the second application is executed in cooperation between applications.

≪切替制御部≫
図8は、実施形態における切替制御部316の機能の一例を示すブロック図である。図8に示す切替制御部316は、第1切替制御部3162、及び第2切替制御部3164を含む。
≪Switch control unit≫
FIG. 8 is a block diagram illustrating an example of functions of the switching control unit 316 in the embodiment. The switching control unit 316 illustrated in FIG. 8 includes a first switching control unit 3162 and a second switching control unit 3164.

第1切替制御部3162は、第1切替要求部3132からの切り替え要求に基づき、実行中のアプリケーションを、第1のアプリケーションから第2のアプリケーションに切り替えるよう制御する。例えば、第1切替制御部3162は、第2のアプリケーションを起動させて、第1のアプリケーションから第2のアプリケーションに切り替えることが可能である。   Based on the switching request from the first switching request unit 3132, the first switching control unit 3162 controls to switch the running application from the first application to the second application. For example, the first switching control unit 3162 can start the second application and switch from the first application to the second application.

第2切替制御部3164は、第2切替要求部3152からの切り替え要求に基づき、実行中のアプリケーションを、第2のアプリケーションから第1のアプリケーションに切り替えるよう制御する。例えば、第2切替制御部3164は、バックエンドで実行中の第1のアプリケーションに実行権を渡すことで、第2のアプリケーションから第1のアプリケーションに切り替えることが可能である。   The second switching control unit 3164 controls the application being executed to be switched from the second application to the first application based on the switching request from the second switching request unit 3152. For example, the second switching control unit 3164 can switch from the second application to the first application by passing the execution right to the first application being executed in the back end.

以上の処理によれば、時間的制約を有するアプリケーションに対し、時間的制約を他のアプリケーションの実行により解消しつつ、適切なタイミングで元のアプリケーションの実行に戻すような仕組みを提供することができる。   According to the above processing, it is possible to provide a mechanism for returning to the original application execution at an appropriate timing while solving the time restriction by executing another application for the application having the time restriction. .

また、第2表示制御部3150は、上述した所定条件が成立した場合、第2のアプリケーションの実行画面から、第1のアプリケーションの実行画面への切り替えを可能にする第2のUI部品を含む第2の画面を表示するよう制御する。例えば、第2表示制御部3150は、所定条件が成立した(例えば所定時間が経過した)後に、第1のアプリケーションに戻ることができるボタンを含むポップアップ画面が表示されるよう制御する。この場合、第1のアプリケーションに戻る制御が行われる際にも、上述したURLスキームが用いられればよい。   The second display control unit 3150 includes a second UI component that enables switching from the execution screen of the second application to the execution screen of the first application when the predetermined condition described above is satisfied. Control to display the second screen. For example, the second display control unit 3150 controls to display a pop-up screen including a button that can return to the first application after a predetermined condition is satisfied (for example, a predetermined time has elapsed). In this case, the URL scheme described above may be used also when control for returning to the first application is performed.

第2のUI部品が画面に含まれる場合、第2切替要求部3152は、ユーザによる第2のUI部品の操作に応じて、アプリケーションの切り替えが行われるよう要求する。例えば、第2切替制御部3164は、ユーザによりボタンがタップされたときに、第2のアプリケーションから第1のアプリケーションに実行画面が切り替わるようにする。これにより、所定条件に関する所定時間として、第1のアプリケーションが実行可能になる最短の時間が設定されれば、一旦他のアプリケーションに切り替わったとしても、第1のアプリケーション側に最短の時間で再び切り替えることができるようになる。   When the second UI component is included in the screen, the second switching request unit 3152 requests the application to be switched in accordance with the operation of the second UI component by the user. For example, the second switching control unit 3164 switches the execution screen from the second application to the first application when a button is tapped by the user. As a result, once the shortest time that the first application can be executed is set as the predetermined time concerning the predetermined condition, even if the application is switched to another application, the first application is switched again in the shortest time. Will be able to.

また、第2表示制御部3150は、上述した所定条件が成立した場合、第1のアプリケーションが実行可能であることを報知する報知画面を表示するよう制御する。例えば、第2表示制御部3150は、所定条件が成立することとして、所定時間が経過した後に、第1のアプリケーションが実行可能になったことを通知する画面が表示されるよう制御する。   In addition, the second display control unit 3150 controls to display a notification screen that notifies that the first application can be executed when the above-described predetermined condition is satisfied. For example, the second display control unit 3150 performs control so that a screen for notifying that the first application can be executed is displayed after a predetermined time has elapsed, assuming that the predetermined condition is satisfied.

第1のアプリケーションが実行可能になったことを示す報知画面が表示される場合、第2切替要求部3152は、報知画面の表示後に、所定のタイミングや所定の操作に応じて、第2のアプリケーションから第1のアプリケーションに実行画面が切り替わるように要求する。これにより、第2のアプリケーションを実行中のユーザに対し、このユーザが元々実行していた第1のアプリケーションが実行可能になったことを報知することができ、第1のアプリケーションに戻る契機をユーザに与えることができる。   When a notification screen indicating that the first application can be executed is displayed, the second switching request unit 3152 displays the second application according to a predetermined timing or a predetermined operation after the notification screen is displayed. To the first application to switch the execution screen. As a result, the user who is executing the second application can be notified that the first application originally executed by the user can be executed, and the user is given an opportunity to return to the first application. Can be given to.

また、上述した時間的制約は、第1のアプリケーションが有する複数のサービスから、操作者により選択された第1のアプリケーションにおける所定のサービスの実行を可能にするために所定時間を要することであってもよい。また、上述した所定条件は、この所定のサービスの実行に関するパラメータであって、経時変化するパラメータが所定時間に対応する所定値になることであってもよい。   The time constraint described above is that a predetermined time is required to enable execution of a predetermined service in the first application selected by the operator from a plurality of services included in the first application. Also good. The predetermined condition described above may be a parameter related to execution of the predetermined service, and a parameter that changes with time may be a predetermined value corresponding to a predetermined time.

例えば、時間的制約について、ゲームアプリにおける体力パラメータが、所定のサービス(例えばクエスト)を実行するために必要な値に満たない場合、体力パラメータが回復するまでに、ユーザは所定時間待たなければならない。この体力パラメータが回復するまでの所定時間が、時間的制約の一例となりうる。   For example, when the physical strength parameter in the game application is less than a value necessary for executing a predetermined service (for example, a quest) with respect to time constraints, the user must wait for a predetermined time until the physical strength parameter recovers. . The predetermined time until the physical fitness parameter recovers can be an example of a time constraint.

また、例えば、時間的制約の解除に関する所定条件として、体力パラメータが、所定のサービスを実行可能な所定値にまで回復することである。また、所定値は、所定のサービスが実行可能になるまでの所定時間が経過する場合に達する体力パラメータの値である。これにより、一般的なゲームで用いられる体力パラメータ等に基づく時間的制約に対し、本システムを適用することができる。   Further, for example, as a predetermined condition regarding the release of the time restriction, the physical fitness parameter is restored to a predetermined value at which a predetermined service can be executed. The predetermined value is a value of the physical strength parameter that is reached when a predetermined time elapses until the predetermined service becomes executable. As a result, the present system can be applied to time constraints based on physical fitness parameters used in general games.

また、上述した時間的制約は、第1のアプリケーションに関するユーザの予定行動時刻と、現在時刻との差が、設定された時間以上であることであってもよい。例えば、時間的制約について、第1のアプリケーションとしての電車等の乗換検索アプリにおいて、現在時刻から次の乗換時刻までに、設定された時間以上あることが、時間的制約の一例となりうる。設定された時間は例えば5分である。これにより、次の乗換時刻までユーザに空き時間が発生した場合に、第2のアプリケーションの実行を促すことができる。なお、設定された時間は、第2のアプリケーションの内容により変更されてもよい。   In addition, the time constraint described above may be that the difference between the scheduled action time of the user regarding the first application and the current time is equal to or more than a set time. For example, regarding the time constraint, in the transfer search application such as a train as the first application, it may be an example of the time constraint that there is a set time or more between the current time and the next transfer time. The set time is, for example, 5 minutes. As a result, the user can be prompted to execute the second application when idle time occurs until the next transfer time. The set time may be changed depending on the content of the second application.

また、第1のアプリケーションとしてのチケット販売アプリにおいて、現在時刻からチケット販売開始時刻までに、設定された時間以上あることが、時間的制約の一例となりうる。これにより、チケット販売時刻までユーザに空き時間が発生した場合に、第2のアプリケーションの実行を促すことができる。   In addition, in the ticket sales application as the first application, it may be an example of a time restriction that there is a set time or more from the current time to the ticket sales start time. As a result, the user can be prompted to execute the second application when idle time occurs until the ticket sales time.

図9は、実施形態におけるサーバ20の機能構成の一例を示すブロック図である。図9に示すサーバ20は、第2送信部402と、第2受信部404と、第2制御部410と、第2記憶部430とを含む。サーバ20は、制御プログラム210を実行することで、第2制御部410などの機能を実現することができる。   FIG. 9 is a block diagram illustrating an example of a functional configuration of the server 20 in the embodiment. The server 20 shown in FIG. 9 includes a second transmission unit 402, a second reception unit 404, a second control unit 410, and a second storage unit 430. The server 20 can implement functions such as the second control unit 410 by executing the control program 210.

また、サーバ20は、第1のアプリケーション、第2のアプリケーションそれぞれに対応して別で設けられてもよいし、両アプリケーションに対して共通で設けられてもよい。以下、サーバ20Aを第1のアプリケーションのサーバ、サーバ20Bを第2のアプリケーションのサーバとして説明し、機能構成については、第1のアプリケーションのサーバとしての機能を説明する。   The server 20 may be provided separately for each of the first application and the second application, or may be provided in common for both applications. Hereinafter, the server 20A will be described as a first application server, and the server 20B will be described as a second application server. Regarding the functional configuration, the function of the first application server will be described.

第2送信部402は、例えば通信インタフェース206や制御部202等により実現されうる。第2送信部402は、第2制御部410からの指示により、第1のアプリケーションの実行に関する情報を情報処理装置10に送信する。   The second transmission unit 402 can be realized by the communication interface 206, the control unit 202, and the like, for example. The second transmission unit 402 transmits information related to the execution of the first application to the information processing apparatus 10 according to an instruction from the second control unit 410.

第2受信部404は、例えば通信インタフェース206や制御部202等により実現されうる。第2受信部404は、各情報処理装置10から、操作内容を示すコマンドなどを受信する。例えば、第2受信部404は、ユーザが操作する情報処理装置10から、第1のアプリケーションにおける所定のサービスの実行可否を問い合わせる要求(問い合わせコマンド)などを受信する。   The second receiving unit 404 can be realized by the communication interface 206, the control unit 202, and the like, for example. The second receiving unit 404 receives a command or the like indicating the operation content from each information processing apparatus 10. For example, the second receiving unit 404 receives a request (inquiry command) for inquiring whether or not to execute a predetermined service in the first application from the information processing apparatus 10 operated by the user.

第2制御部410は、例えば制御部202や記憶部208等により実現されうる。第2制御部410は、受信されたコマンドに基づいてアプリケーションの実行を制御する。例えば、第2制御部410は、ユーザ操作に基づき実行される第1のアプリケーションの実行を制御する。   The second control unit 410 can be realized by the control unit 202, the storage unit 208, and the like, for example. The second control unit 410 controls the execution of the application based on the received command. For example, the second control unit 410 controls the execution of the first application that is executed based on a user operation.

第2記憶部430は、例えば記憶部208等により実現されうる。第2記憶部430は、第1のアプリケーションに関する情報を記憶する。例えば、第1のアプリケーションに関する情報には、この第1のアプリケーションを実行するユーザの情報や、上述した時間的制約及び/又は所定条件に関する情報や、第1のアプリケーションの実行画面を構成するための画面情報などを含む。   The second storage unit 430 can be realized by the storage unit 208, for example. The second storage unit 430 stores information related to the first application. For example, the information related to the first application includes information on a user who executes the first application, information related to the above-described time constraints and / or predetermined conditions, and an execution screen for the first application. Includes screen information.

次に、第2制御部410の詳細について説明する。第2制御部410は、実行部412と、判定部414と、取得部416とを含む。   Next, details of the second control unit 410 will be described. The second control unit 410 includes an execution unit 412, a determination unit 414, and an acquisition unit 416.

実行部412は、情報処理装置10と連携しながら、第1のアプリケーションを実行する。例えば、実行部412は、情報処理装置10と連携しながら、F2Pのオンラインゲーム等を実行したり、電車等の乗換検索アプリ等を実行したりする。   The execution unit 412 executes the first application in cooperation with the information processing apparatus 10. For example, the execution unit 412 executes an F2P online game or the like, or executes a transfer search application such as a train while cooperating with the information processing apparatus 10.

判定部414は、情報処理装置10からの問い合わせコマンドを取得すると、時間的制約が発生しているか否かを判定する。例えば、判定部414は、第1のアプリケーションがゲームアプリの場合、体力パラメータが所定のクエストを実行できない値であれば、時間的制約があると判定し、所定のクエストが実行できる値であれば、時間的制約はないと判定する。   When the determination unit 414 obtains the inquiry command from the information processing apparatus 10, the determination unit 414 determines whether a time restriction has occurred. For example, when the first application is a game application, the determination unit 414 determines that there is a time restriction if the physical strength parameter is a value that cannot execute a predetermined quest, and if the value is a value that can execute the predetermined quest. It is determined that there is no time constraint.

また、判定部414は、第1のアプリケーションが時刻に関する検索アプリの場合、現在時刻から検索結果の所定の時刻まで、所定時間以上あれば、時間的制約があると判定し、所定時間未満であれば、時間的制約は無いと判定する。判定部414は、情報処理装置10の第1判定制御部318に対し、判定結果を送信する。所定時間は、例えば5分とする。   In addition, when the first application is a time-related search application, the determination unit 414 determines that there is a time restriction if the predetermined time is longer than the predetermined time from the current time to the predetermined time of the search result. For example, it is determined that there is no time constraint. The determination unit 414 transmits the determination result to the first determination control unit 318 of the information processing apparatus 10. The predetermined time is, for example, 5 minutes.

取得部416は、情報処理装置10から所定条件の取得要求がある場合に、第2記憶部430から所定条件を取得し、所定条件を情報処理装置10に送信する。なお、所定条件の取得要求は、必ずしも行われるものではない。   The acquisition unit 416 acquires the predetermined condition from the second storage unit 430 and transmits the predetermined condition to the information processing apparatus 10 when there is an acquisition request for the predetermined condition from the information processing apparatus 10. The acquisition request for the predetermined condition is not necessarily performed.

<実行アプリの時系列の関係>
図10は、実行されるアプリケーションの時系列の関係を示す図である。図10に示す例では、第1のアプリケーションをアプリA、第2のアプリケーションをアプリBとして説明する。
<Execution application time-series relationship>
FIG. 10 is a diagram illustrating a time-series relationship of applications to be executed. In the example illustrated in FIG. 10, the first application is described as application A, and the second application is described as application B.

ユーザは、アプリAを実行していたときに、時刻T1において、アプリAでの処理に時間的制約が発生したとする。例えば、ユーザは、所定のクエストを実行しようとしたが、体力パラメータが、所定のクエストを実行するための必要量分に満たなかったとする。この判定は、制約判定部3128と判定部414とにより行われる。このとき、第1表示制御部3130によりポップアップ画面にアプリBへの実行を可能にするボタンが表示され、ユーザにアプリBの実行を促すようにする。   When the user is executing the application A, it is assumed that a time restriction has occurred in the processing in the application A at time T1. For example, it is assumed that the user tries to execute a predetermined quest, but the physical strength parameter does not satisfy the necessary amount for executing the predetermined quest. This determination is performed by the constraint determination unit 3128 and the determination unit 414. At this time, the first display control unit 3130 displays a button that allows the application B to be executed on the pop-up screen, and prompts the user to execute the application B.

時刻T2において、表示されたポップアップ画面に含まれるボタンが、ユーザにより押されると、切替制御部316は、実行中のアプリがアプリAからアプリBに切り替えるよう制御する。このとき、上述したようにURLスキームが用いられることで、アプリAからアプリBを直接起動し、アプリAからアプリBに実行権を渡すことができる。   When a button included in the displayed pop-up screen is pressed by the user at time T2, the switching control unit 316 controls the application being executed to be switched from the application A to the application B. At this time, as described above, by using the URL scheme, it is possible to directly start the application B from the application A and pass the execution right from the application A to the application B.

時刻T3において、時間的制約の解除に関する所定条件が満たされたとする。この判定は、条件判定部3148により行われる。このとき、第2表示制御部3150によりポップアップ画面にアプリAに実行を戻ることを可能にするボタンが表示され、ユーザにアプリAに戻ることを促すようにする。   It is assumed that a predetermined condition regarding the release of the time constraint is satisfied at time T3. This determination is performed by the condition determination unit 3148. At this time, the second display control unit 3150 displays a button that allows execution to be returned to the app A on the pop-up screen, and prompts the user to return to the app A.

時刻T4において、例えばポップアップ画面に含まれる戻るボタンが、ユーザにより押されると、切替制御部316は、アプリBからアプリAに切り替えるよう制御する。このときも、上述したようにURLスキームが用いられることで、アプリBからアプリAに実行権を渡すことができる。   At time T4, for example, when a return button included in the pop-up screen is pressed by the user, the switching control unit 316 controls to switch from the app B to the app A. At this time, the execution right can be passed from the app B to the app A by using the URL scheme as described above.

<具体例>
次に、情報処理装置10において表示される画面遷移の具体例を用いて、実施形態におけるアプリ間連携について説明する。
<Specific example>
Next, the inter-application cooperation in the embodiment will be described using a specific example of the screen transition displayed on the information processing apparatus 10.

≪第1具体例≫
第1具体例は、第1のアプリケーションがゲームアプリであり、第2のアプリケーションが動画視聴アプリの場合の例を示す。
≪First specific example≫
The first specific example shows an example in which the first application is a game application and the second application is a video viewing application.

図11は、第1具体例における情報処理装置10に表示される画面の遷移例を示す図である。図11(A)は、ゲームアプリの実行画面D202の一例を示す図である。図11(A)に示す例では、ゲームアプリにおけるクエストを実行するためのボタンB202、B204、B206が実行画面D202に表示される。ここで、ユーザは、クエストAのボタンB202を押した(タップ又はクリック)したとすると、図11(B)に示す画面が表示される。   FIG. 11 is a diagram illustrating a transition example of screens displayed on the information processing apparatus 10 in the first specific example. FIG. 11A shows an example of the game application execution screen D202. In the example shown in FIG. 11A, buttons B202, B204, and B206 for executing a quest in the game application are displayed on the execution screen D202. Here, if the user presses (tap or clicks) the button B202 of the quest A, the screen shown in FIG. 11B is displayed.

図11(B)は、クエストAの実行可否を表示する実行画面D212の一例を示す図である。図11(B)に示す画面には、ポップアップ画面P212が表示される。ポップアップ画面P212には、例えばクエストAが実行できないことが通知され、また、動画視聴アプリを実行するためのボタンB212、他のアプリケーションをダウンロードするためのボタンB214や、その他のボタンB216、体力パラメータPWが実行画面D212に表示される。   FIG. 11B is a diagram showing an example of an execution screen D212 that displays whether or not quest A can be executed. A pop-up screen P212 is displayed on the screen shown in FIG. The pop-up screen P212 is notified that the quest A cannot be executed, for example, and the button B212 for executing the video viewing application, the button B214 for downloading another application, the other buttons B216, and the physical strength parameter PW Is displayed on the execution screen D212.

ここで、ユーザは、体力パラメータPWが足りないことにより、クエストAを実行することができずに時間的制約を受けるので、この時間を有効に過ごすべく、動画視聴アプリを実行するためのボタンB212を押したとすると、図11(C)に示す画面が表示される。   Here, since the user cannot execute the quest A due to the lack of the physical strength parameter PW, the user is subjected to time constraints. Therefore, in order to spend this time effectively, the button B212 for executing the video viewing application is used. If is pressed, the screen shown in FIG. 11C is displayed.

図11(C)は、動画視聴アプリの実行画面D222の一例を示す図である。図11(C)に示す画面には、例えば、動画表示領域AR10が含まれる。図11(C)に示す画面の表示後、第1のアプリケーションに切り替えるための所定条件が満たされると、図11(D)に示す画面が表示される。   FIG. 11C is a diagram illustrating an example of the execution screen D222 of the video viewing application. The screen shown in FIG. 11C includes a moving image display area AR10, for example. After the screen shown in FIG. 11C is displayed, when a predetermined condition for switching to the first application is satisfied, the screen shown in FIG. 11D is displayed.

図11(D)は、クエストAが実行可能になったことを示す実行画面D232の一例を示す図である。図11(D)に示す画面には、ポップアップ画面P232が表示される。ポップアップ画面P232には、例えばクエストAが実行可能になったことが通知され、また、ゲームアプリのイベントAを実行するためのボタンB232が表示される。ここで、ユーザは、ボタンB232をタップすることで、ゲームアプリの実行画面に戻ることができる。   FIG. 11D is a diagram showing an example of an execution screen D232 indicating that quest A can be executed. A pop-up screen P232 is displayed on the screen shown in FIG. In the pop-up screen P232, for example, it is notified that the quest A can be executed, and a button B232 for executing the event A of the game application is displayed. Here, the user can return to the game application execution screen by tapping the button B232.

この第1具体例によれば、ゲームアプリの実行中に、クエストを実行することができずに時間的制約が発生した場合、動画視聴アプリの実行を促し、この時間をユーザに対して有効に使ってもらうことができる。また、情報処理装置10は、動画視聴アプリが実行された場合に、元々ユーザが実行していたゲームアプリに戻すように制御することができ、ゲームアプリの運営者は、安心して他のアプリケーションへの切り替えをユーザに提供することができる。   According to the first specific example, when a time restriction occurs because the quest cannot be executed during execution of the game application, the execution of the video viewing application is prompted, and this time is made effective for the user. You can use it. In addition, when the video viewing application is executed, the information processing apparatus 10 can perform control so as to return to the game application originally executed by the user, and the game application operator can safely move to another application. Can be provided to the user.

≪第2具体例≫
第2具体例は、第1のアプリケーションが電車等の乗換検索アプリであり、第2のアプリケーションがゲームアプリの場合の例を示す。
≪Second specific example≫
The second specific example shows an example in which the first application is a transfer search application such as a train, and the second application is a game application.

図12は、第2具体例における情報処理装置10に表示される画面の遷移例を示す図である。図12(A)は、乗換検索アプリの実行画面D302の一例を示す図である。図12(A)に示す例では、乗換検索アプリにおける検索結果が表示される。ここで、現在時刻は、13時32分である。図12(A)の表示後に、図12(B)に示す画面が表示される。   FIG. 12 is a diagram illustrating a transition example of screens displayed on the information processing apparatus 10 in the second specific example. FIG. 12A is a diagram illustrating an example of the transfer search application execution screen D302. In the example shown in FIG. 12A, the search result in the transfer search application is displayed. Here, the current time is 13:32. After the display of FIG. 12A, the screen shown in FIG. 12B is displayed.

図12(B)は、ユーザの次の行動までに時間的制約があることを表示する実行画面D312の一例を示す図である。図12(B)に示す画面には、ポップアップ画面P312が表示される。ポップアップ画面P312には、例えば次の乗換までに時間があることが通知され、また、ゲームアプリを実行するためのボタンB312、他のアプリケーションをダウンロードするためのボタンB314や、その他のボタンB316が実行画面D312に表示される。   FIG. 12B is a diagram illustrating an example of the execution screen D312 that displays that there is a time restriction until the user's next action. A pop-up screen P312 is displayed on the screen shown in FIG. The pop-up screen P312 is notified that there is time before the next transfer, for example, and a button B312 for executing a game application, a button B314 for downloading another application, and other buttons B316 are executed. It is displayed on the screen D312.

ここで、ユーザは、次の乗換までに時間があり、この画面を表示し続ける必要がないため、乗換までの時間を有効に過ごすべく、ゲームアプリを実行するためのボタンB312を押したとすると、図12(C)に示す画面が表示される。   Here, since the user has time until the next transfer and does not need to continue to display this screen, if the user presses the button B312 for executing the game application in order to effectively spend the time until the transfer, The screen shown in FIG. 12C is displayed.

図12(C)は、ゲームアプリの実行画面D322の一例を示す図である。図12(C)に示す画面には、例えば、ゲーム画面の表示領域AR20が含まれる。図12(C)に示す画面の表示後、第1のアプリケーションに切り替えるための所定条件が満たされると、図12(D)に示す画面が表示される。   FIG. 12C shows an example of the game application execution screen D322. The screen shown in FIG. 12C includes, for example, a game screen display area AR20. When the predetermined condition for switching to the first application is satisfied after the screen shown in FIG. 12C is displayed, the screen shown in FIG. 12D is displayed.

図12(D)は、乗換時刻が近づいていることを示す実行画面D332の一例を示す図である。図12(D)に示す画面には、ポップアップ画面P332が表示される。ポップアップ画面P332には、例えば乗換時刻が近づいていることが通知され、また、乗換検索アプリを実行するためのボタンB332が表示される。ここで、ユーザは、ボタンB332をタップすることで、乗換検索アプリの実行画面に戻ることができる。   FIG. 12D is a diagram illustrating an example of an execution screen D332 indicating that the transfer time is approaching. A pop-up screen P332 is displayed on the screen shown in FIG. In the pop-up screen P332, for example, notification that the transfer time is approaching is displayed, and a button B332 for executing the transfer search application is displayed. Here, the user can return to the transfer search application execution screen by tapping button B332.

この第2具体例によれば、乗換検索アプリの実行中に、次の乗換時刻までに時間的制約が発生した場合、ゲームアプリの実行を促し、次の乗換までの時間をユーザに対して有効に使ってもらうことができる。また、情報処理装置10は、ゲームアプリが実行された場合に、元々ユーザが実行していた乗換検索アプリに戻すように制御することができ、乗換検索アプリの運営者は、安心して他のアプリケーションへの切り替えをユーザに提供することができる。   According to the second specific example, when a time restriction occurs before the next transfer time during execution of the transfer search application, the execution of the game application is prompted and the time until the next transfer is made effective for the user. Can be used by In addition, when the game application is executed, the information processing apparatus 10 can be controlled to return to the transfer search application that was originally executed by the user. Switching to can be provided to the user.

≪第3具体例≫
第3具体例は、第1のアプリケーションがチケット販売アプリであり、第2のアプリケーションがゲームアプリの場合の例を示す。
≪Third specific example≫
The third specific example shows an example in which the first application is a ticket sales application and the second application is a game application.

図13は、第3具体例における情報処理装置10に表示される画面の遷移例を示す図である。図13(A)は、チケット販売アプリの実行画面D402の一例を示す図である。図13(A)に示す例では、チケット販売アプリにおける検索結果が表示される。ここで、現在時刻は、9時40分である。図13(A)の表示後に、図13(B)に示す画面が表示される。   FIG. 13 is a diagram illustrating a transition example of screens displayed on the information processing apparatus 10 in the third specific example. FIG. 13A is a diagram illustrating an example of the ticket sales application execution screen D402. In the example shown in FIG. 13A, a search result in the ticket sales application is displayed. Here, the current time is 9:40. After the display of FIG. 13A, the screen shown in FIG. 13B is displayed.

図13(B)は、ユーザの次の行動までに時間的制約があることを表示する実行画面D412の一例を示す図である。図13(B)に示す画面には、ポップアップ画面P412が表示される。ポップアップ画面P412には、例えばチケット販売までに時間があることが通知され、また、ゲームアプリを実行するためのボタンB412、他のアプリケーションをダウンロードするためのボタンB414や、その他のボタンB416が実行画面D412に表示される。   FIG. 13B is a diagram illustrating an example of an execution screen D412 that displays that there is a time restriction until the user's next action. A pop-up screen P412 is displayed on the screen shown in FIG. In the pop-up screen P412, for example, it is notified that there is time until ticket sales, and a button B412 for executing a game application, a button B414 for downloading another application, and other buttons B416 are executed screens. D412 is displayed.

ここで、ユーザは、チケット販売までに時間があり、この画面を表示し続ける必要がないため、チケット販売までの時間を有効に過ごすべく、ゲームアプリを実行するためのボタンB412を押したとすると、図13(C)に示す画面が表示される。   Here, since the user has time to sell the ticket and does not need to continue to display this screen, if the user presses the button B412 for executing the game application in order to spend time until the ticket sales effectively, The screen shown in FIG. 13C is displayed.

図13(C)は、ゲームアプリの実行画面D422の一例を示す図である。図13(C)に示す画面には、例えば、ゲーム画面の表示領域AR20が含まれる。図13(C)に示す画面の表示後、第1のアプリケーションに切り替えるための所定条件が満たされると、図13(D)に示す画面が表示される。   FIG. 13C is a diagram showing an example of the game application execution screen D422. The screen shown in FIG. 13C includes, for example, a game screen display area AR20. When a predetermined condition for switching to the first application is satisfied after the screen shown in FIG. 13C is displayed, the screen shown in FIG. 13D is displayed.

図13(D)は、チケット販売時刻が近づいていることを示す実行画面D432の一例を示す図である。図13(D)に示す画面には、ポップアップ画面P432が表示される。ポップアップ画面P432には、例えばチケット販売時刻が近づいていることが通知され、また、チケット販売アプリを実行するためのボタンB432が表示される。ここで、ユーザは、ボタンB432をタップすることで、チケット販売アプリの実行画面に戻ることができる。   FIG. 13D is a diagram illustrating an example of an execution screen D432 indicating that the ticket sales time is approaching. A pop-up screen P432 is displayed on the screen shown in FIG. In the pop-up screen P432, for example, it is notified that the ticket sales time is approaching, and a button B432 for executing the ticket sales application is displayed. Here, the user can return to the execution screen of the ticket sales application by tapping button B432.

この第3具体例によれば、チケット販売アプリの実行中に、チケット販売までに時間的制約が発生した場合、ゲームアプリの実行を促し、チケット販売までの時間をユーザに対して有効に使ってもらうことができる。また、情報処理装置10は、ゲームアプリが実行された場合に、元々ユーザが実行していたチケット販売アプリに戻すように制御することができ、チケット販売アプリの運営者は、安心して他のアプリケーションへの切り替えをユーザに提供することができる。   According to the third specific example, when a time restriction occurs before ticket sales during execution of the ticket sales application, the game application is prompted to be executed, and the time until ticket sales is used effectively for the user. I can get it. In addition, when the game application is executed, the information processing apparatus 10 can control to return to the ticket sales application that was originally executed by the user. Switching to can be provided to the user.

以上、3つの具体例を説明したが、第1のアプリケーションと第2のアプリケーションの組み合わせは上記例に限られない。例えば、第1のアプリケーションとして、レストラン予約アプリなどが適用でき、第2のアプリケーションとして、漫画閲覧アプリや、読書アプリ、ゲームの攻略サイト閲覧アプリなどが適用可能である。   Although three specific examples have been described above, the combination of the first application and the second application is not limited to the above example. For example, a restaurant reservation application or the like can be applied as the first application, and a cartoon browsing application, a reading application, a game capture site browsing application, or the like can be applied as the second application.

<動作>
次に、実施形態における情報処理システム1の動作について説明する。図14は、実施形態におけるアプリ間連携の第1処理の一例を示すシーケンス図である。図14に示す例では、第1のアプリケーションをアプリA、第2のアプリケーションをアプリBとし、アプリAに対応するサーバをサーバA、アプリBに対するサーバをサーバBとする。第1処理では、アプリはサーバ間で連携して制御されるものとして説明する。また、アプリA及びアプリBは、情報処理装置10Aにより実行されるとし、サーバAは、サーバ20A、サーバBは、サーバ20Bであるとする。
<Operation>
Next, the operation of the information processing system 1 in the embodiment will be described. FIG. 14 is a sequence diagram illustrating an example of the first process of inter-application cooperation in the embodiment. In the example illustrated in FIG. 14, the first application is the application A, the second application is the application B, the server corresponding to the application A is the server A, and the server for the application B is the server B. In the first process, the application is described as being controlled in cooperation between servers. Further, it is assumed that the application A and the application B are executed by the information processing apparatus 10A, the server A is the server 20A, and the server B is the server 20B.

図14に示すステップS102で、アプリAは、自アプリAの実行中に、時間的制約が有るか否かをサーバAに問い合わせる。このとき、アプリAは、時間的制約の判定に用いるデータをサーバAに送信してもよい。   In step S102 shown in FIG. 14, the application A inquires of the server A whether or not there is a time restriction during execution of the application A itself. At this time, the application A may transmit data used for determination of time constraints to the server A.

ステップS104で、サーバAは、時間的制約の有無を判定する。このとき、サーバAは、時間的制約の判定に用いるデータを用いて、アプリAにおいて時間的制約が発生しているか否かを判定する。例えば、アプリAがゲームアプリの場合、体力パラメータが一定値以上であるか否かを判定する。   In step S104, the server A determines whether or not there is a time restriction. At this time, the server A determines whether or not a time constraint has occurred in the app A using data used for determination of the time constraint. For example, when the app A is a game app, it is determined whether or not the physical strength parameter is a certain value or more.

ステップS106で、サーバAは、アプリAに対し、時間的制約の判定結果を返す。   In step S <b> 106, the server A returns a time constraint determination result to the application A.

ステップS108で、アプリAは、判定結果を画面に表示するよう制御する。このとき、判定結果が時間的制約有の場合、アプリBへの切り替えを示すボタン等が画面に表示される。ユーザがこのボタンを押したり又は所定時間が経過したりすると、処理はステップS110に進む。   In step S108, the application A controls to display the determination result on the screen. At this time, when the determination result has a time restriction, a button indicating switching to the application B or the like is displayed on the screen. When the user presses this button or a predetermined time elapses, the process proceeds to step S110.

ステップS110で、アプリAは、切替制御部316に対し、ユーザ操作に基づいて又は所定時間経過後に、URLスキーマ等を用いてアプリBの起動を要求する。   In step S110, the application A requests the switching control unit 316 to start the application B using a URL schema or the like based on a user operation or after a predetermined time has elapsed.

ステップS112で、切替制御部316は、切替要求に基づき、例えばURLスキーマで特定されるアプリBを起動し、実行中のアプリケーションをアプリAからアプリBに切り替えるよう制御する。   In step S112, based on the switching request, the switching control unit 316 activates the application B specified by, for example, the URL schema, and controls the application being executed to be switched from the application A to the application B.

ステップS114で、アプリBは、起動されると、サーバBにアプリBの実行リクエストを行う。このとき、必要に応じて、時間的制約の解除に関する所定条件の条件情報がアプリBに出力されてもよい。   In step S114, when the application B is activated, the application B requests the server B to execute the application B. At this time, condition information of a predetermined condition regarding the release of the time constraint may be output to the application B as necessary.

ステップS116で、サーバBは、実行リクエストに対する応答をアプリBに行う。これにより、アプリBは、サーバBと連携してデータ通信が行われ、アプリBの処理が制御されるようになる。   In step S116, the server B sends a response to the execution request to the application B. Thereby, the application B performs data communication in cooperation with the server B, and the processing of the application B is controlled.

ステップS118で、アプリBは、アプリの実行画面を表示するよう制御する。   In step S118, the app B controls to display the app execution screen.

ステップS120で、アプリBは、所定条件が満たされるか否かを判定する。所定条件は、ステップS112の起動要求時に取得されてもよい。ここで、所定条件が満たされた場合に、処理はステップS124に進む。   In step S120, the application B determines whether or not a predetermined condition is satisfied. The predetermined condition may be acquired at the time of the activation request in step S112. If the predetermined condition is satisfied, the process proceeds to step S124.

ステップS124で、アプリBは、アプリBからアプリAに切り替えることに関する画面を表示するよう制御する。   In step S124, the app B controls to display a screen related to switching from the app B to the app A.

ステップS126で、アプリBは、切替制御部316に対し、ユーザ操作に基づいて又は所定時間経過後に、URLスキーマ等を用いてアプリAに切り替えるよう要求する。   In step S126, the application B requests the switching control unit 316 to switch to the application A using a URL schema or the like based on a user operation or after a predetermined time has elapsed.

ステップS128で、切替制御部316は、表示画面に表示されるアプリケーションの実行権を、アプリBからアプリAに渡す。   In step S128, the switching control unit 316 passes the right to execute the application displayed on the display screen from the app B to the app A.

ステップS130で、アプリAは、実行権が渡されると、再びサーバAに実行リクエストを行う。   In step S130, when the execution right is passed, the application A makes an execution request to the server A again.

ステップS132で、サーバAは、実行リクエストに対する応答をアプリAに行う。これにより、アプリAは、サーバAと再び連携してデータ通信が行われ、アプリAの処理が制御されるようになる。   In step S132, the server A sends a response to the execution request to the application A. Thereby, the application A performs data communication again in cooperation with the server A, and the process of the application A is controlled.

ステップS134で、アプリAは、アプリの実行画面を表示するよう制御する。以上の第1処理によれば、サーバ間連携を行い、かつ時間的制約が発生するアプリケーションに対し、時間的制約を他のアプリケーションの実行により解消しつつ、適切なタイミングで元のアプリケーションの実行に戻すための仕組みを提供することができる。   In step S134, the application A controls to display the application execution screen. According to the first process described above, for an application that performs inter-server cooperation and has a time constraint, the original application can be executed at an appropriate timing while the time constraint is resolved by executing another application. A mechanism for returning can be provided.

次に、上述した処理の主体等を変えても本システムを適用することができることについて説明する。図15は、実施形態におけるアプリ間連携の第2処理の一例を示すシーケンス図である。図15に示す例では、図14に示す例と同様、第1のアプリケーションをアプリA、第2のアプリケーションをアプリBとする。また、図15に示す例では、図14に示す例とは異なり、それぞれのアプリは、情報処理装置10A内で完結して処理するものとし、時間的制約が有るか否かの判定は、アプリAにおいて処理される。   Next, it will be described that the present system can be applied even if the subject of the above processing is changed. FIG. 15 is a sequence diagram illustrating an example of the second process of inter-application cooperation in the embodiment. In the example illustrated in FIG. 15, the first application is the application A and the second application is the application B as in the example illustrated in FIG. 14. In the example shown in FIG. 15, unlike the example shown in FIG. 14, each application is completed and processed in the information processing apparatus 10 </ b> A. Processed in A.

図15に示すステップS202で、アプリAは、アプリAの実行中に、アプリAに関する時間的制約が発生したか否かを判定する。時間的制約が発生していれば、処理はステップS204に進む。   In step S202 illustrated in FIG. 15, the application A determines whether a time restriction regarding the application A has occurred during the execution of the application A. If a time constraint has occurred, the process proceeds to step S204.

ステップS204で、アプリAは、判定結果を画面に表示するよう制御する。このとき、判定結果が時間的制約有りの場合、アプリBへの切り替えを示すボタン等が画面に表示される。ユーザがこのボタンを押したり又は所定時間が経過したりすると、処理はステップS206に進む。   In step S204, the application A controls to display the determination result on the screen. At this time, if the determination result has a time restriction, a button indicating switching to the application B is displayed on the screen. When the user presses this button or a predetermined time elapses, the process proceeds to step S206.

ステップS206で、アプリAは、切替制御部316に対し、ユーザ操作に基づいて又は所定時間経過後に、アプリBの起動を要求する。   In step S206, the application A requests the switching control unit 316 to start the application B based on a user operation or after a predetermined time has elapsed.

ステップS208で、切替制御部316は、切替要求に基づき、例えば予め設定されたアプリBを起動し、実行中のアプリケーションをアプリAからアプリBに切り替えるよう制御する。   In step S208, based on the switching request, the switching control unit 316 activates, for example, a preset application B and controls the application being executed to be switched from the application A to the application B.

ステップS210で、アプリBは、アプリの実行画面を表示するよう制御する。   In step S210, the app B controls to display the app execution screen.

ステップS212で、アプリBは、所定条件が満たされるか否かを判定する。所定条件は、ステップS208の起動要求時に取得されてもよい。ここで、所定条件が満たされた場合に、処理はステップS214に進む。   In step S212, the app B determines whether or not a predetermined condition is satisfied. The predetermined condition may be acquired at the time of the activation request in step S208. Here, when the predetermined condition is satisfied, the process proceeds to step S214.

ステップS214で、アプリBは、アプリBからアプリAに切り替えることに関する画面を表示するよう制御する。   In step S214, the app B controls to display a screen related to switching from the app B to the app A.

ステップS216で、アプリBは、切替制御部316に対し、ユーザ操作に基づいて又は所定時間経過後に、アプリAに切り替えるよう要求する。   In step S216, the app B requests the switching control unit 316 to switch to the app A based on a user operation or after a predetermined time has elapsed.

ステップS218で、切替制御部316は、表示画面に表示されるアプリケーションに対する実行権を、アプリBからアプリAに渡す。   In step S218, the switching control unit 316 passes the execution right for the application displayed on the display screen from the application B to the application A.

ステップS220で、アプリAは、アプリの実行画面を表示するよう制御する。以上の第2処理によれば、装置内で完結して処理を行い、かつ時間的制約が発生するアプリケーションに対し、時間的制約を他のアプリケーションの実行により解消しつつ、適切なタイミングで元のアプリケーションの実行に戻すための仕組みを提供することができる。また、第2処理によれば、サーバとの連携が不要であり簡易なシステムであるため、実装が容易である。   In step S220, the app A controls to display the app execution screen. According to the second processing described above, the processing is completed in the apparatus, and the time constraint is applied to the application in which the time constraint is generated. A mechanism for returning to the execution of the application can be provided. Further, according to the second process, since it is a simple system that does not require cooperation with the server, it is easy to implement.

図16は、実施形態におけるアプリ間連携の第3処理の一例を示すシーケンス図である。図16に示す例では、図14に示す例と同様、第1のアプリケーションをアプリA、第2のアプリケーションをアプリBとし、アプリはサーバと連携して制御されるものであるとする。図16に示す例では、図14及び図15に示す例と異なり、アプリBは、共通サーバと連携して制御されるものとする。また、アプリA及びアプリBは、情報処理装置10Aにより実行されるとし、サーバAは、サーバ20A、共通サーバは、サーバ20Bであるとする。共通サーバは、時間的制約の判定条件や、所定条件を記憶する。   FIG. 16 is a sequence diagram illustrating an example of a third process of inter-application cooperation in the embodiment. In the example illustrated in FIG. 16, as in the example illustrated in FIG. 14, the first application is the application A, the second application is the application B, and the application is controlled in cooperation with the server. In the example shown in FIG. 16, unlike the examples shown in FIGS. 14 and 15, the application B is controlled in cooperation with the common server. Further, it is assumed that the application A and the application B are executed by the information processing apparatus 10A, the server A is the server 20A, and the common server is the server 20B. The common server stores determination conditions for time constraints and predetermined conditions.

図16に示すステップS302で、アプリAは、自アプリAの実行中に、時間的制約の判定条件をサーバAに要求する。   In step S302 illustrated in FIG. 16, the application A requests the server A for a time constraint determination condition while the application A is being executed.

ステップS304で、サーバAは、共通サーバに、時間的制約の判定条件を要求する。   In step S304, the server A requests a time constraint determination condition from the common server.

ステップS306で、共通サーバは、サーバAに対し、判定条件を応答結果として返す。   In step S306, the common server returns a determination condition to the server A as a response result.

ステップS308で、サーバAは、アプリAに対し、共通サーバから取得した判定条件を応答結果として返す。   In step S308, the server A returns the determination condition acquired from the common server to the application A as a response result.

ステップS310で、アプリAは、取得した時間的制約の判定条件に基づき、時間的制約の有無を判定する。このとき、判定結果が時間的制約有りの場合、アプリBへの切り替えを示すボタン等が画面に表示される。ユーザがこのボタンを押したり又は所定時間が経過したりすると、処理はステップS312に進む。   In step S310, the application A determines whether or not there is a temporal restriction based on the acquired determination condition for the temporal restriction. At this time, if the determination result has a time restriction, a button indicating switching to the application B is displayed on the screen. If the user presses this button or a predetermined time elapses, the process proceeds to step S312.

ステップS312で、アプリAは、切替制御部316に対し、ユーザ操作に基づいて又は所定時間経過後に、URLスキーマ等を用いてアプリBの起動を要求する。   In step S312, the application A requests the switching control unit 316 to start the application B using a URL schema or the like based on a user operation or after a predetermined time has elapsed.

ステップS314で、切替制御部316は、切替要求に基づき、例えばURLスキーマで特定されるアプリBを起動し、実行中のアプリケーションをアプリAからアプリBに切り替えるよう制御する。   In step S314, based on the switching request, the switching control unit 316 activates the application B specified by, for example, the URL schema, and controls the application being executed to be switched from the application A to the application B.

ステップS316で、アプリBは、起動されると、アプリの実行画面を表示するよう制御する。   In step S316, when the application B is activated, the application B controls to display an execution screen of the application.

ステップS318で、アプリBは、共通サーバに対し、所定条件の情報を取得するよう要求する。   In step S318, the application B requests the common server to acquire information on the predetermined condition.

ステップS320で、共通サーバは、アプリBに対し、所定条件の情報を応答結果として返す。   In step S320, the common server returns information on the predetermined condition to the application B as a response result.

ステップS322で、アプリBは、取得した情報に基づく所定条件が満たされるか否かを判定する。ここで、所定条件が満たされた場合に、処理はステップS324に進む。   In step S322, the application B determines whether or not a predetermined condition based on the acquired information is satisfied. Here, when the predetermined condition is satisfied, the process proceeds to step S324.

ステップS324で、アプリBは、アプリBからアプリAに切り替えることに関する画面を表示するよう制御する。   In step S324, the app B controls to display a screen related to switching from the app B to the app A.

ステップS326で、アプリBは、切替制御部316に対し、ユーザ操作に基づいて又は所定時間経過後に、URLスキーマ等を用いてアプリAに切り替えるよう要求する。   In step S326, the application B requests the switching control unit 316 to switch to the application A using a URL schema or the like based on a user operation or after a predetermined time has elapsed.

ステップS328で、切替制御部316は、表示画面に表示されるアプリケーションの実行権を、アプリBからアプリAに渡す。   In step S328, the switching control unit 316 passes the right to execute the application displayed on the display screen from the application B to the application A.

ステップS330で、アプリAは、実行権が渡されると、再びサーバAに実行リクエストを行う。   In step S330, the application A makes an execution request to the server A again when the execution right is passed.

ステップS332で、サーバAは、実行リクエストに対する応答をアプリAに行う。これにより、アプリAは、サーバAと再び連携してデータ通信が行われ、アプリAの処理が制御されるようになる。   In step S332, the server A sends a response to the execution request to the application A. Thereby, the application A performs data communication again in cooperation with the server A, and the process of the application A is controlled.

ステップS334で、アプリAは、アプリの実行画面を表示するよう制御する。以上の第3処理によれば、共通サーバと連携を行い、かつ時間的制約が発生するアプリケーションに対し、時間的制約を他のアプリケーションの実行により解消しつつ、適切なタイミングで元のアプリケーションの実行に戻すための仕組みを提供することができる。また、第3処理によれば、時間的制約の判定条件や所定条件が、共通サーバで管理することができるため、汎用性を向上させることができる。   In step S334, the app A controls to display the app execution screen. According to the third process described above, execution of the original application is performed at an appropriate timing while cooperating with the common server and solving the time restriction by executing another application for the application in which the time restriction occurs. It is possible to provide a mechanism for returning to Further, according to the third process, the determination condition and the predetermined condition of the time constraint can be managed by the common server, so that versatility can be improved.

なお、図14〜16で説明した処理のフローに含まれる各処理ステップは、処理内容に矛盾が生じない範囲で、任意に順番を変更して又は並列に実行することができるとともに、各処理ステップ間に他のステップを追加してもよい。また、便宜上1ステップとして記載されているステップは、複数ステップに分けて実行することができる一方、便宜上複数ステップに分けて記載されているものは、1ステップとして把握することができる。   Each processing step included in the processing flow described with reference to FIGS. 14 to 16 can be executed in any order or in parallel within a range in which there is no contradiction in the processing contents. Other steps may be added in between. Further, a step described as one step for convenience can be executed by being divided into a plurality of steps, while a step described as being divided into a plurality of steps for convenience can be grasped as one step.

[変形例]
上記実施形態における変形例として、例えば時間的制約の解除に関する所定条件として、第1のアプリケーションに関する条件と、第2のアプリケーションに関する条件とがあってもよい。第1のアプリケーションに関する条件とは、所定時間経過することであったり、第2のアプリケーションに関する条件とは、漫画閲覧アプリや読書アプリなどの場合は何冊読まれたかであり、最後まで閲覧されたことであったりする。
[Modification]
As a modified example of the above embodiment, for example, there may be a condition relating to the first application and a condition relating to the second application as the predetermined condition relating to the release of the time constraint. The condition relating to the first application is that a predetermined time has elapsed, or the condition relating to the second application is how many volumes have been read in the case of a comic viewing application, a reading application, etc. It may be.

また、所定条件が、第2のアプリケーションに関する条件の場合、所定条件が満たされても、第1のアプリケーションが必ずしも実行できない場合もありうる。この場合、特別に第1のアプリケーションを実行可能としたり、所定のアイテム等を付与したりしてもよい。   If the predetermined condition is a condition related to the second application, the first application may not always be executed even if the predetermined condition is satisfied. In this case, the first application may be executed specially or a predetermined item may be given.

例えば、第1のアプリケーションがゲームアプリで、第2のアプリケーションが漫画閲覧アプリであり、時間的制約が、体力パラメータが所定値まで回復することであり、所定条件が、漫画1冊を読むことであるとする。以上の条件のもとでは、ユーザは、ゲームアプリから漫画閲覧アプリに移動した後、漫画1冊を読み終えたが、読むスピードが速すぎたため、体力パラメータが回復していない場合がありうる。このとき、第1実行部316は、体力パラメータが回復していないが、回復したものとみなして、ゲームアプリにおけるクエストの実行を可能にする。これにより、所定条件を満たした後のユーザに、第1のアプリケーションが実行できないなどの不都合な状態を避けることができる。   For example, the first application is a game application, the second application is a comic viewing application, the time constraint is that the physical fitness parameter recovers to a predetermined value, and the predetermined condition is that one comic is read. Suppose there is. Under the above conditions, the user has finished reading one comic book after moving from the game application to the comic book browsing application. However, since the reading speed is too fast, the physical fitness parameter may not be recovered. At this time, the first execution unit 316 allows the execution of the quest in the game application, assuming that the physical strength parameter has not recovered but has recovered. Thereby, it is possible to avoid an inconvenient state such that the first application cannot be executed by the user after satisfying the predetermined condition.

上述した各種の処理は、情報処理装置側で行われてもよいし、サーバ側で行われてもよいし、実装内容によって適宜変更されてもよい。例えば、制約判定部3128において、時間的制約が有るか否かが判定されてもよい。   The various processes described above may be performed on the information processing apparatus side, may be performed on the server side, or may be appropriately changed depending on the implementation content. For example, the constraint determination unit 3128 may determine whether there is a time constraint.

第2のアプリケーションの実行中に、バックエンドで第1のアプリケーションの実行が可能な場合、第1のアプリケーションにおいて時間的制約の判定が行われてもよい。第1のアプリケーションにおいて時間的制約が解除されたと判定された場合、第2のアプリケーションの実行中に、ポップアップ画面などで、第1のアプリケーションが実行可能になったことが通知されてもよい。   If the first application can be executed at the back end during the execution of the second application, the time constraint may be determined in the first application. When it is determined that the time restriction is released in the first application, it may be notified on the pop-up screen or the like that the first application can be executed during the execution of the second application.

また、第1のアプリケーションから第2のアプリケーションに切り替える際、第2のアプリケーションを起動するとして説明したが、既に第2のアプリケーションが起動された状態で、実行権を渡すだけでアプリケーションの切り替えが行われるようにしてもよい。   In addition, when switching from the first application to the second application, it has been described that the second application is started. However, when the second application is already started, the application can be switched only by passing the execution right. You may be made to be.

また、第1のアプリケーションが、所定人数の参加が必要なゲームである場合、所定人数が集まるまでゲームが実行できないという人数的制約が発生する。このとき、上述したように、第2のアプリケーションに切り替える制御がなされてもよい。バックエンドで実行中の第1のアプリケーションにおいて、所定人数が集まったことが検知されると、その旨を示す情報が、第2のアプリケーションに通知される。第2のアプリケーションは、この情報を取得すると、アプリケーションの実行権が、第1のアプリケーションに戻るように制御を行う。上記のような形態においても、本発明を適用することができ、同様の効果を得ることができる。   In addition, when the first application is a game that requires participation of a predetermined number of people, there is a restriction on the number of people that the game cannot be executed until the predetermined number of people gather. At this time, as described above, control for switching to the second application may be performed. When it is detected that a predetermined number of people have gathered in the first application being executed in the back end, information indicating that fact is notified to the second application. When the second application acquires this information, the second application performs control so that the right to execute the application returns to the first application. The present invention can also be applied to the above-described forms, and similar effects can be obtained.

以上、実施形態について詳述したが、上記実施形態に限定されるものではなく、特許請求の範囲に記載された範囲内において、上記実施形態以外にも種々の変形及び変更が可能である。   Although the embodiments have been described in detail above, the present invention is not limited to the above-described embodiments, and various modifications and changes other than the above-described embodiments are possible within the scope described in the claims.

1 情報処理システム
10 情報処理装置
20 サーバ
120 記憶部
150 主制御部
202 制御部
208 記憶部
310 第1制御部
312 第1アプリ部
314 第2アプリ部
316 切替制御部
410 第2制御部
430 第2記憶部
DESCRIPTION OF SYMBOLS 1 Information processing system 10 Information processing apparatus 20 Server 120 Storage part 150 Main control part 202 Control part 208 Storage part 310 1st control part 312 1st application part 314 2nd application part 316 Switching control part 410 2nd control part 430 2nd Memory

Claims (8)

第1のアプリケーションにおける所定のサービスの実行に応じて、該所定のサービスに関する制約があるか否かの判定を制御する制約判定部と、
前記制約がある場合、実行中のアプリケーションを、前記第1のアプリケーションから第2のアプリケーションに切り替える第1切替制御部と、
前記第2のアプリケーションにおける所定のサービスの実行中に、前記制約に関する所定条件が満たされるか否かを判定する条件判定部と、
前記所定条件が満たされる場合、実行中のアプリケーションを、前記第2のアプリケーションから前記第1のアプリケーションに切り替える第2切替制御部と、
を備える情報処理システム。
A constraint determination unit that controls determination of whether or not there is a constraint on the predetermined service in accordance with execution of the predetermined service in the first application;
When there is the restriction, a first switching control unit that switches the running application from the first application to the second application;
A condition determination unit that determines whether or not a predetermined condition related to the constraint is satisfied during execution of a predetermined service in the second application;
A second switching control unit that switches the running application from the second application to the first application when the predetermined condition is satisfied;
An information processing system comprising:
第1のアプリケーションにおける所定のサービスの実行を制御する第1実行制御ステップと、
前記所定のサービスの実行に応じて、該所定のサービスに関する制約があるか否かの判定を制御する制約判定ステップと、
前記制約がある場合、前記第1のアプリケーションからの切替対象を示す第2のアプリケーションを特定する特定情報と、前記第2のアプリケーションの実行から前記第1のアプリケーションの実行への切り替えに用いられる前記制約に関する条件情報とを用いて、前記第1のアプリケーションの実行から前記第2のアプリケーションの実行への切り替えを要求する第1切替要求ステップと、
をコンピュータに実行させるプログラム。
A first execution control step for controlling execution of a predetermined service in the first application;
A constraint determination step for controlling determination of whether or not there is a constraint on the predetermined service in accordance with the execution of the predetermined service;
When there is the restriction, the identification information for specifying the second application indicating the switching target from the first application, and the switching from the execution of the second application to the execution of the first application A first switching request step for requesting switching from the execution of the first application to the execution of the second application using condition information relating to constraints;
A program that causes a computer to execute.
前記制約は、前記第1のアプリケーションが有する複数のサービスから、操作者により選択された前記所定のサービスの実行を可能にするために所定時間を要することである、請求項2に記載のプログラム。   The program according to claim 2, wherein the restriction is that a predetermined time is required to enable execution of the predetermined service selected by an operator from a plurality of services included in the first application. 前記制約は、前記所定のサービスに関するユーザの予定行動時刻と現在時刻との差が所定値以上であることである、請求項2に記載のプログラム。   The program according to claim 2, wherein the restriction is that a difference between a user's scheduled action time and the current time regarding the predetermined service is equal to or greater than a predetermined value. 第2のアプリケーションにおける所定のサービスの実行を制御する第2実行制御ステップと、
前記第2のアプリケーションの実行から第1のアプリケーションの実行への切り替えに用いられる、前記第1のアプリケーションに関する制約に関する条件情報に基づく所定条件が満たされるか否かを判定する第2判定ステップと、
前記所定条件が満たされる場合、前記第1のアプリケーションを特定する特定情報を用いて、前記第2のアプリケーションの実行から前記第1のアプリケーションの実行への切り替えを要求する第2切替要求ステップと、
をコンピュータに実行させるプログラム。
A second execution control step for controlling execution of a predetermined service in the second application;
A second determination step for determining whether or not a predetermined condition based on condition information relating to restrictions on the first application used for switching from execution of the second application to execution of the first application is satisfied;
A second switching request step for requesting switching from execution of the second application to execution of the first application, using specific information for specifying the first application when the predetermined condition is satisfied;
A program that causes a computer to execute.
前記第1のアプリケーションに関する制約に関する条件情報に基づく所定条件が満たされたとき、前記第1のアプリケーションへの切り替えに関する報知を行う報知画面を表示するよう制御する第2表示制御ステップをさらにコンピュータに実行させ、
前記第2切替要求ステップは、前記報知画面の表示後に、前記切り替えを要求する、請求項5に記載のプログラム。
The computer further executes a second display control step for controlling to display a notification screen for performing notification regarding switching to the first application when a predetermined condition based on condition information regarding restrictions regarding the first application is satisfied. Let
The program according to claim 5, wherein the second switching request step requests the switching after the notification screen is displayed.
前記第2実行制御ステップは、
前記所定条件に基づいて、前記第2のアプリケーションにおける所定のサービスの実行内容を変更する変更ステップを含む、請求項5又は6に記載のプログラム。
The second execution control step includes
The program according to claim 5 or 6, comprising a changing step of changing an execution content of a predetermined service in the second application based on the predetermined condition.
前記所定のサービスは、前記第1のUI部品の操作に基づき実行される場合と、前記第1のUI部品の操作以外のユーザ操作に基づき実行される場合とで、動作内容が異なる、請求項5乃至7いずれか一項に記載のプログラム。   The operation content is different between a case where the predetermined service is executed based on an operation of the first UI component and a case where the predetermined service is executed based on a user operation other than the operation of the first UI component. The program according to any one of 5 to 7.
JP2015187366A 2015-09-24 2015-09-24 Information processing system and program Active JP5999396B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015187366A JP5999396B1 (en) 2015-09-24 2015-09-24 Information processing system and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015187366A JP5999396B1 (en) 2015-09-24 2015-09-24 Information processing system and program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2016165508A Division JP2017062777A (en) 2016-08-26 2016-08-26 Information processing system and program

Publications (2)

Publication Number Publication Date
JP5999396B1 JP5999396B1 (en) 2016-09-28
JP2017062621A true JP2017062621A (en) 2017-03-30

Family

ID=56997663

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015187366A Active JP5999396B1 (en) 2015-09-24 2015-09-24 Information processing system and program

Country Status (1)

Country Link
JP (1) JP5999396B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019115685A (en) * 2017-12-26 2019-07-18 株式会社カプコン Game program and game device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007167342A (en) * 2005-12-21 2007-07-05 Sega Corp Game apparatus, and its control method
JP2009124590A (en) * 2007-11-16 2009-06-04 Nec Saitama Ltd Display control method of communication terminal, communication terminal and program
JP2013206093A (en) * 2012-03-28 2013-10-07 Funai Electric Co Ltd Advertisement system, advertisement method and external network corresponding machine
JP2013255526A (en) * 2012-06-08 2013-12-26 Konami Digital Entertainment Co Ltd Game control device, game control method, program, and game system
JP2014099111A (en) * 2012-11-15 2014-05-29 Sega Corp Server device, and server program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007167342A (en) * 2005-12-21 2007-07-05 Sega Corp Game apparatus, and its control method
JP2009124590A (en) * 2007-11-16 2009-06-04 Nec Saitama Ltd Display control method of communication terminal, communication terminal and program
JP2013206093A (en) * 2012-03-28 2013-10-07 Funai Electric Co Ltd Advertisement system, advertisement method and external network corresponding machine
JP2013255526A (en) * 2012-06-08 2013-12-26 Konami Digital Entertainment Co Ltd Game control device, game control method, program, and game system
JP2014099111A (en) * 2012-11-15 2014-05-29 Sega Corp Server device, and server program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019115685A (en) * 2017-12-26 2019-07-18 株式会社カプコン Game program and game device

Also Published As

Publication number Publication date
JP5999396B1 (en) 2016-09-28

Similar Documents

Publication Publication Date Title
US11269487B2 (en) Method and apparatus for recommending content based on activities of a plurality of users
US9916066B2 (en) Object transfer method using gesture-based computing device
CA2823542C (en) Methods and systems for displaying content on multiple networked devices with a simple command
US9749395B2 (en) Work environment for information sharing and collaboration
US20130145286A1 (en) Electronic device, social tile displaying method, and tile connection method
TWI604368B (en) Data processing method and device
CN103218165B (en) A kind of method, device and mobile terminal changing key arrangement
JP2017519316A (en) Intelligent scene deletion method, apparatus, program and recording medium
WO2014032431A1 (en) Terminal device and method for quickly starting program
KR20130081068A (en) Method and apparatus for implementing multi-vision system using multiple portable terminals
EP3142304A1 (en) Synchronization method for notification message of electronic device, server and electronic device
JP2013054733A (en) Social network service providing system for creating relation between mobile terminal users, user terminal and relation creating method
WO2017027750A1 (en) Gestures for sharing data between devices in close physical proximity
JP5999396B1 (en) Information processing system and program
JP6269006B2 (en) Information processing apparatus, information processing method, and information processing program
WO2017061081A1 (en) Communication apparatus and control method for the same
JP2017062777A (en) Information processing system and program
JP6477243B2 (en) Image forming apparatus, information processing apparatus, and program
CN103701681A (en) Information processing method and electronic equipment
JP2014085793A (en) Display device and display control method
WO2019043948A1 (en) Information processing device, information processing method, program, and storage medium
US9639247B2 (en) Information processing device, information processing method, and computer-readable medium
JP2015041245A (en) Electronic equipment, image display control method and in-vehicle system
WO2014069442A1 (en) Ripple user interface for information display system
JP2015152965A (en) Display control device, display control method, and program

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160704

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160714

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20160803

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160816

R150 Certificate of patent or registration of utility model

Ref document number: 5999396

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250