'Sending push notification when user terminates/kill app react native
I have some features in my react native app that wont work if user terminates/kills the app.
I would like to inform the user that the app has reduced functionality by sending them a push notification if user kills the app.
Is there a way to do this in react native for android and iOS?
Solution 1:[1]
You can achieve this via the React Native AppState.
If you also don't have push notifications integrated in your app, heres the package I like to use.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
