Hello!
I am using the Intercom mobile SDK integration for a mobile application. As per the instructions on the dashboard I am enabling identity verification to secure the users messenger chats.
I am having a persistent issue where on iOS only, the user verification fails only for certain users. The call to register an identified user will fail with this error response:
Error: Error logging in: ERROR - [HTTP 401] - Failed Identity Verification check
I have replicated this for a user and verified the following:
The user hash value we are passing into setUserHash is correct as verified by the hash checker in the installation instructions
The user ID we user to generate the user hash is correct
The users email is correct
I am using the latest version of the mobile SDK on iOS
Are there any other steps I can follow to troubleshoot this issue? Any help would be much appreciated!