Closed salahturkmen closed 9 months ago
Having the same issue. Login with any external_id
is not working.
After allowing the notifications, a new subscription is there with an empty external_id
.
@salahturkmen Do you have any other solution?
not yet trying to update external id by rest api but nothing
Hi @salahturkmen do you have Identity Verification turned on for your app?
The v5 SDKs currently do not support that feature yet so Identity Verification should be off.
@nan-li Identity Verification?
@nan-li Its already off for my app still login function is not setting the external id.
Hi @salahturkmen,
If you go into the OneSignal Dashboard, go to Settings > Keys & IDs > Identity Verification for email + external_id is a toggle.
Can you confirm it is set to "off"?
Hi @vydyas,
I would not expect the error {"errors":[{"code":"auth-1","title":"This operation requires 'Authorization' in the HTTP header"}]}
if you have Identity Verification turned off.
Is everyone else reporting also seeing this with Identity Verification turned to "off"?
Hi @salahturkmen,
If you go into the OneSignal Dashboard, go to Settings > Keys & IDs > Identity Verification for email + external_id is a toggle.
Can you confirm it is set to "off"?
thank now it run
Still having issues with external_id. For one user only, it works fine. But I'm testing with other user's phones, and it doesn't register the external_id for the users.
Still having issues with external_id. For one user only, it works fine. But I'm testing with other user's phones, and it doesn't register the external_id for the users.
I think you have to reinstall the app, and it will work perfectly.
I got same issue with iOS.
Strangely, all functions work smoothly with the same code on Android and iOS, but only on iOS, external_id registration does not work when logging in.
await OneSignal.login('test_id');
What happened?
User Subscribed in dashboard but external_id not registerd
Steps to reproduce?
What did you expect to happen?
User Subscribed With external_id
OneSignal Flutter SDK version
Release 5.1.0
Which platform(s) are affected?
Relevant log output
Code of Conduct