ios - Is applicationDidBecomeActive called in every app? -


i'm making jailbreak tweak ios device , have run problem regarding application bundleids , multitasking.

i have set when application icon tapped, grabs application id , stores later. needed multitasking tried applicationdidbecomeactive no luck never called when thought be. there way tell when application loads multitasking and/or app switching?

you can register notification in viewdidload:

[[nsnotificationcenter defaultcenter]addobserver:self                                          selector:@selector(selectoryouwant)                                              name:uiapplicationdidbecomeactivenotification                                            object:nil]; 

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -