0

バックグラウンドで30分ごとに関数を呼び出したいのですが。

説明: - (void)applicationDidEnterBackground:(UIApplication *)applicationメソッドで関数を呼び出しました。30分ごとにその機能を繰り返す必要があります。親切にこれを行うのを手伝ってください。詳細が必要な場合はお知らせください。

4

1 に答える 1

0

アプリがこれらをサポートするまで、functionアプリが入っているときに実行することはできません-background

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

バックグラウンドでできることとその方法の詳細については、次をご覧ください -

http://developer.apple.com/library/ios/#DOCUMENTATION/iPhone/Conceptual/iPhoneOSProgrammingGuide/ManagingYourApplicationsFlow/ManagingYourApplicationsFlow.html

于 2012-08-30T08:10:33.947 に答える