OneSignal / react-native-onesignal

React Native Library for OneSignal Push Notifications Service
Other
1.57k stars 374 forks source link

[question]: Is it possible to renew the subscription? #1758

Open TierryBr opened 3 weeks ago

TierryBr commented 3 weeks ago

How can we help?

I have an application in which I have several subscription IDs registered. In this case, I use OneSignal.initialize, which automatically sends the subscription. However, if the subscription is deleted or there is a problem, is it possible to automatically generate a new subscription for the user who has already given permission?

Currently, I can only generate a new subscription when I install the application again and OneSignal.initialize is called again.

Code of Conduct

sthephanyel commented 3 weeks ago

Hello, I have the same problem, I tried to find a solution in the onesignal documentation, but I couldn't find anything that could help me.