0

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 ?

ThinkingStiff
  • 64,767
  • 30
  • 146
  • 239
abuder
  • 1,030
  • 2
  • 13
  • 31

1 Answers1

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.

Apple Background Tasks Programming Guide

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