I wants to start my app in background state while app is not in active state using local notification. Is it possible? if yes then please guide me.
Asked
Active
Viewed 94 times
-1
-
1Huh? You want to start the app in background state when it's already in background state? – trojanfoe Dec 18 '15 at 10:50
-
No, i wants to start app in background when app is neither in active nor in background state. app is terminated and when app receives local notification it should be started in background. – Dharmesh Vaghani Dec 18 '15 at 10:54
-
See [this question](http://stackoverflow.com/questions/19068762/will-ios-launch-my-app-into-the-background-if-it-was-force-quit-by-the-user). – trojanfoe Dec 18 '15 at 10:57