react-native-invoke-app
react-native-invoke-app copied to clipboard
app is not invoking in IOS , its giving an error this :

This library doesn't support iOS, but doesn't make it clear in the docs. Could be a good PR to add a warning if you have the time.
Because of the different ways Android and iOS handle background processes, AFAIK this isn't possible to do on iOS, because you're blocked from opening the app from a background process by design.