当用户终止/杀死应用程序时发送推送通知本机反应
我在React Native应用程序中具有一些功能,如果用户终止/杀死该应用程序,则无法正常工作。
我想通知用户,如果用户杀死应用程序,该应用程序通过向其发送推送通知来降低功能。
有没有办法在Android和iOS的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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过 React Native AppState 来实现此目的。
如果您的应用中还没有集成推送通知,这里是我喜欢使用的软件包。
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.