ios - nstimer not working in background even after enabling Voip in info.plist in xcode 5 -
I am developing a VoIP application but in my app to enable VoIT in info.plist
After, when the app goes in the background, all the functions and timers are turned off
To enable VoIP background mode in your info.plist
should be the following -
& lt; Key & gt; UIBackgroundModes & lt; / Key & gt; & Lt; Array & gt; & Lt; String & gt; VoIP & lt; / String & gt; & Lt; / Array & gt;
But it's easy to fix the right box on the Capabilities tab
Comments
Post a Comment