0

Android では、wifi 接続の変更や電話の起動の完了など、特定のイベントについて通知を受けるためにアプリケーションがキャッチできるシステム インテントがあります。

iOSでも同じことができますか?主に、アプリケーションをバックグラウンドで実行し、特定のイベントが発生するたびに特定のタスクを実行したいと考えています。イベントには、ネットワーク接続の変更、デバイスへの新しいアプリのインストール、デバイスの起動の完了などが含まれる場合があります。

4

1 に答える 1

0

Read here if the background tasks u want to run fall under the allowed categories :- http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/ManagingYourApplicationsFlow/ManagingYourApplicationsFlow.html

In a gist, the allowed tasks are :-

Apps that play audible content to the user while in the background, such as a music player app

Apps that keep users informed of their location at all times, such as a navigation app

Apps that support Voice over Internet Protocol (VoIP)

Newsstand apps that need to download and process new content

Apps that receive regular updates from external accessories

于 2013-04-03T07:11:55.957 に答える