Почему мое приложение было отклонено из-за того, что «многозадачные приложения могут использовать только фон»?

Я протестировал свое приложение в фоновом режиме, установив будильник и просмотрев видео, и мой будильник правильно звонил, когда я смотрел видео.

Даже когда я удалил свое приложение из фона, звонил будильник. Теперь мне интересно, правильно ли я понял ответ Apple. Может ли кто-нибудь расшифровать ответ?

We found that your app uses a background mode but does not include functionality that requires that mode to run persistently. This behavior is not in compliance with the App Store Review Guidelines.

We noticed your app declares support for audio in the UIBackgroundModes key in your Info.plist, but no audible content is played when the application is in the background. While your intention may have been to provide this functionality, at the time of review, we were not able to play background audio for your app.

As indicated in the iOS Application Programming Guide:

"This key is intended for use by applications that provide audible content to the user while in the background, such as music-player or streaming-audio applications."

Therefore, it would be appropriate to provide audible content to the user while the app is in the background or remove the "audio" setting from the UIBackgroundModes key.

Ответы на вопрос(2)

Ваш ответ на вопрос