
I added these lines on logout:
OneSignal.setSubscription(false);
OneSignal.removeExternalUserId();
But I receive the notifications when I am logout. Where is the problem?
Is the subscription change reflected on our dashboard for that device?
What version of the react OneSignal SDK are you using?
How are you sending these notifications?
Is the subscription change reflected on our dashboard for that device?
What version of the react OneSignal SDK are you using?
How are you sending these notifications?
Hey @mikechoch,
Can you please make sure you are using the latest npm module?
@rgomezp Yes, I have latest version. I will update react native onesignal at latest version.. I will come back with message after make this. Thanks for help
Any update? Would like to close this issue
I fixed this problem. Thanks!