You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to update user email but I can update my user tag.
I don't know what's the issue or any other steps missing.
Any suggestions?
Steps to reproduce?
OneSignal.User.addEmail(userInfo.email)
OneSignal.User.addTag(key: "user_id", value: "\(userInfo.id)")
Tag is updating but email is not updating in subscription.
Setting -> Keys and ids, I have also check that
Identity Verification for email + external_id (recommended): false
Checked below documents:
https://documentation.onesignal.com/docs/react-native-expo-sdk-setup#set-email--phone-numberhttps://documentation.onesignal.com/docs/ios-sdk-setuphttps://github.com/OneSignal/OneSignal-iOS-SDK/blob/main/MIGRATION_GUIDE.md
What did you expect to happen?
I want to update email for my user subscription.
OneSignal iOS SDK version
5.2.5
iOS version
17
Specific iOS version
17.6.1
Relevant log output
VERBOSE: OSOperationRepo enqueueDelta: <OSDelta OS_ADD_SUBSCRIPTION_DELTA with property: Email value: [email protected]>
VERBOSE: OneSignal.User addTags called with: ["user_id": "7887"]
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
I am using one signal iOS SDK version: 5.2.5
I am not able to update user email but I can update my user tag.
I don't know what's the issue or any other steps missing.
Any suggestions?
Steps to reproduce?
What did you expect to happen?
I want to update email for my user subscription.
OneSignal iOS SDK version
5.2.5
iOS version
17
Specific iOS version
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: