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

折月煮酒 提交于 2019-12-01 01:43:28

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.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!