[Solved] Make something happen when app opens from background?


In your Appdelegate class there are methods which invoke on app becoming active and going to background.Do code in them to do things which you want to do when the app goes to background or becomes active.

solved Make something happen when app opens from background?