xcode - Play Music or Video during phone call like instagram in iOS -


i working on app in ios. have requirement play music on phone , record video app. have accomplished avaudiosession.

this code used in appdelegate's didfinishlaunching options:

avaudiosession *session1 = [avaudiosession sharedinstance];  [session1 setcategory:avaudiosessioncategoryplayandrecord  withoptions:avaudiosessioncategoryoptionmixwithothers|avaudiosessioncategoryoptiondefaulttospeaker|avaudiosessioncategoryoptionallowbluetooth error:nil]; [session1 setactive:yes error:nil];  [[uiapplication sharedapplication] beginreceivingremotecontrolevents]; 

but stuck trying play video or music during phone calls in instagram app works in iphone. issue when got call , on app , video playing before call, when return app, video player stuck.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -