Question
Why can't my agents and admins see all their tickets when they use an anonymous identity in the mobile SDK?
Answer
Identifying a user is not the same as authenticating a user. When using anonymous identities the SDK only shows the user the tickets created on the device, not all the tickets associated with the user's profile in Zendesk Support.
There are some additional reasons why an anonymous identity no longer shows tickets.
- A request is made by the SDK that results in a 401 error
- The identity is updated in code
- The app is uninstalled, or the app's app-data is cleared
For more information on how to set up anonymous identities or JWT authentication, see these articles:
3 Comments
I am using JWt identity and it can create tickets without a problem, but when i try to get my tickets that i created i get this error>
and update on this
when I turn off proguard and code obfuscation it works, what am i missing?
Please sign in to leave a comment.