Okay, but I have seen, that apple reject the distribution process, if you are playing silent musik, to run the app continue :( Is there a other way to run it in backgroundmode ?
Asked
Active
Viewed 113 times
0
-
Are you talking about a jailbreak solution? If so, you could create a mobile substrate daemon. – Richard J. Ross III Dec 21 '11 at 14:28
-
possible duplicate of [iOS timed background processing](http://stackoverflow.com/questions/6245763/ios-timed-background-processing) – Brad Larson Dec 21 '11 at 18:00
1 Answers
0
The only way to play music in the background is to register it with the approved apple methods for playing in the background. If you try and override these methods or attempt to play music in the background another way, you will more than likely be rejected.
You can read up on how to handle your app in the various background states and available multitasking operations available.

Bill Burgess
- 14,054
- 6
- 49
- 86