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!
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!
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.