I use @intercom/intercom-react-native. User is registered with Intercom.registerUnidentifiedUser() and I use Intercom.updateUser({ Tag: 'someTag' })
but when I check user in Intercom I see Tag has not been set.
I use @intercom/intercom-react-native. User is registered with Intercom.registerUnidentifiedUser() and I use Intercom.updateUser({ Tag: 'someTag' })
but when I check user in Intercom I see Tag has not been set.
It looks like the Tag attribute is a custom attribute so after changing to
Intercom.updateUser({
customAttributes: {
Tag: 'someTag',
},
})
issue was solved
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.