ios - In what case that application:didFinishLaunchingWithOptions: been called? -


my app voip,and can run in background. when runs long time in background, `application:didfinishlaunchingwithoptions:' method called , app stop running.i want know :whey voip app run in background ,the application:didfinishlaunchingwithoptions method been called? , if method been called,what should make app keep running? can body help?thank you...

i guessing think application may receiving memory warnings. , application:didfinishlaunchingwithoptions: called once each run of application . try investigate overriding - (void)applicationdidreceivememorywarning:(uiapplication *)application method in app delegate . may reason of crashing.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -