Is it possible on iOs to open an app using its url scheme called from a background task (or even a remote notification task)?
What I want to do is: When my app receives a push notification, It runs a backhround task that will stat another app from its url scheme.
Regards