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

后端 未结 2 633
遇见更好的自我
遇见更好的自我 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.

提交回复
热议问题