Answer by Khalid Usman for MPMoviePlayer play on when application goes...
If you are testing on simulator, then it's doesn't work on simulator, please use device. If you are using device and audio is not playing in background, then can you please email me your complete...
View ArticleAnswer by user187676 for MPMoviePlayer play on when application goes Background
Try to activate the audio session before initializing the player, e.g. in the app launch delegate:- (void)applicationDidFinishLaunching:(UIApplication *)application NSError *error = nil;...
View ArticleAnswer by Naina Soni for MPMoviePlayer play on when application goes Background
You need to do remote control setting in combination with Background support setting in ios5-// register your app for remote controlif([[UIApplication sharedApplication]...
View ArticleMPMoviePlayer play on when application goes Background
I am working with iOS5.I am working on HTTPLivestream project .Here i am using MPMovieplayer ,my problem is when application goes to background there is no audio . i am changing the plist in background...
View Article