-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question]: getIdAsync is returning null with latest SDK #1708
Comments
Experiencing the same thing with |
Hi @rikinshah23 and @wneild are you seeing this on both iOS and Android? |
Experiencing the same thing with Also I reverted back to 5.0.0 and using the |
same issue here with latest releases. any updates on this? |
Same issue here with
|
To help debug the issue can provide the following details?
OneSignal.Debug.setLogLevel(LogLevel.Verbose);
|
In my case (Android, OneSignal 5.1, 5.2) getIdAsync() returns NULL after very first run after app install.
|
Experiencing the same thing with 5.2.2, any updates on this? |
In my case, users who installed our app with OneSignal v4 and then updated it to the version with OneSignal v5 are not receiving notifications until they open the app. So, we cannot reach users who automatically updated the app! We need an urgent solution. |
Experiencing the same with version 5.1.3 |
How can we help?
I am using version
"react-native-onesignal": "^5.1.3",
Initializing the OneSignal SDK in App.js in my React-native application like so:
I am using
getIdAsync
andgetOnesignalId
functions and it always returning nullhasOptedIn
always comes astrue
so that part is working.getTokenAsync
also returns the value.Code of Conduct
The text was updated successfully, but these errors were encountered: