-3

I want to know how iOS Facetime app launches automatically on call from other device even if the app is killed?I want to achieve the same for my app.

Thanks!

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Desert Rose
  • 3,376
  • 1
  • 30
  • 36
  • You do realize that Facetime is an app made by Apple? Different rules apply to their apps. You cannot reproduce many of their functionalities. – luk2302 May 02 '16 at 10:38

1 Answers1

1

You should never assume that a feature of an Apple app is available to 3rd-party apps. In this case, there is no way to launch your app into the foreground on demand. The best you can do is use Push Kit and send a notification which launches your app into the background to generate a local notification.

Avi
  • 7,469
  • 2
  • 21
  • 22