-1

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.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Dharmesh Vaghani
  • 718
  • 6
  • 23
  • 1
    Huh? 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

1 Answers1

0

You cannot just start an app in the background unless you give it a specific task with a finite result. There are few scenarios where this is a valid thing to do. All is very well documented here

Martijn
  • 460
  • 4
  • 16