-
Notifications
You must be signed in to change notification settings - Fork 218
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
Set External Id Not Working #589
Comments
Thank you for reporting. Can you answer some clarifying questions:
|
Hello @nan-li ,
|
You mentioned in your last response that you haven't encountered this issue after that time. I am checking in if that is still true, or is this still an issue for you? |
Safe to say, this is no longer an issue... |
@nan-li can you pls tell me what you did because I currently facing this issue. the external UID reflects on the onesignal console, but when I send notifications using the uid it say “players not subscribed”, however sending with the default uid go successfully. Thank you |
Any updates here? |
Hi @Princewil and @RogerBrusamarello, since so long has passed, please open a new issue with the details of your report. |
Description:
In the v3.4.1 version of the SDK, calling the
OneSignal.shared.setExternalUserId(id)
does not seem to work. It logs successfully in the emulator console but when I checked my user in the dashboard, the external id field is still blank. As such API calls to send a notification return the following error:Environment
flutter pub add
Steps to Reproduce Issue:
flutter create
to create a new projectonesignal_flutter
: 3.4.1OneSignal.shared.setExternalUserId(id)
Anything else:
Below are the logs when the
setExternalUserId(id)
is called:The text was updated successfully, but these errors were encountered: