I’m work on new iphone audio application.
When i open the app, the Audio was loaded and started. If i click on iphone button to “minimize” the app, the sound was stopped. I need the sound still playing in background mode.
How i do this?
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To play in the background, add an Array entry named “UIBackgroundModes” your .plist file, and add “audio” as array member.
.plist entry: