Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Store rejects ios app #93

Open
nicks258 opened this issue Feb 23, 2022 · 0 comments
Open

App Store rejects ios app #93

nicks258 opened this issue Feb 23, 2022 · 0 comments

Comments

@nicks258
Copy link

Thanks for this wonderful plugin. Recently I integrate your plugin and its work fine. But when I tried to publish the app on app store my app got rejected with following reason
Guideline 2.5.4 - Performance - Software Requirements Your app declares support for audio in the UIBackgroundModes key in your Info.plist but did not include features that require persistent audio. Next Steps The audio key is intended for use by apps that provide audible content to the user while in the background, such as music player or streaming audio apps. Please revise your app to provide audible content to the user while the app is in the background or remove the "audio" setting from the UIBackgroundModes key.
I included following keys in my info.plist as said in readme file.
<key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict> <key>UIBackgroundModes</key> <array> <string>audio</string> <string>fetch</string> </array>
I want my app to play music while in backgroud.Could you please help me to solve this and get approval from app store. @jeromexiong (;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant