简体   繁体   中英

Apple rejected app because UIBackgroundModes audio enabled in Info.plist

However, I need this enabled for my Picture in Picture video on iPad to work. I am guessing that they tested it with iPhone, and because iPhone doesn't have Picture in Picture, they could not play background audio.

Apple Claimed:

"Your app declares support for audio in the UIBackgroundModes key in your Info.plist, but we were unable to play any audible content when the app was running in the background."

Which is true for iPhone, but not True for iPad. I need this key enabled for Picture in Picture to work on iPad.

What do I do?

Apple always tests your app on both the iPhone and iPad, unless your app is built specifically for only one.

If you can't play background audio on the iPhone, you may:

  • Write a message to the app reviewers in resolution center and explain your intention. Explain how the picture-to-picture works, and how it makes no sense to play background audio when there is nothing to play.
  • If that doesn't work, consider sending an appeal. It may or may not work. It's not like you don't use the audio, it's just not designed for iPhone.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM