I am using MpMoviePlayerController
for playing Audio/Video files from server. If I play the audio from server and pause it and close the app and after 20 minutes the app gets started from beginning not from the last spot. Thanks for help in advance...
Asked
Active
Viewed 64 times
-1

Piyush
- 158
- 2
- 14

user2677357
- 11
- 1
1 Answers
0
It is because app will stop working in background after 10 minutes.
But, you can make it keep running in background for long time.
Check these links:-
Run app for more than 10 minutes in background,
iOS: Keep application running in background and
http://blog.dkaminsky.info/2013/01/27/keep-your-ios-app-running-in-background-forever/
-
Ya but if i am not using movieplayer then it won't terminate either. – user2677357 Aug 13 '13 at 06:00
-
Check this:- http://stackoverflow.com/questions/9738488/run-app-for-more-than-10-minutes-in-background – Piyush Aug 13 '13 at 06:02
-
Hi Piyush,its not the proper solution. The app gets rejected by apple by using this approach. So is there any other solution??? – user2677357 Aug 23 '13 at 09:20