Why did my app get rejected because “Multitasking apps may only use background”?

后端 未结 2 617
遇见更好的自我
遇见更好的自我 2021-01-07 15:36

I tested my app in the background by setting the alarm and watching a video, and my alarm was correctly ringing when I was watching the video.

Even when I removed my

相关标签:
2条回答
  • 2021-01-07 16:01

    You can enable Background Modes from capabilities and there check audio and background fetch . Then your app is able to access all audio streaming from the background.

    0 讨论(0)
  • 2021-01-07 16:14

    What don't you understand about it? It is very clear that you gave a UIBackgroundMode of "audio" but didn't play any audio in the background.

    0 讨论(0)
提交回复
热议问题