Change help center from anonymous to JWT identified not working in Android
Good morning!In my app, we are going to add the ability to be authenticated in Zendesk to give users a better customer support experience. The thing is that in Android and iOS, the SDK behaves differently. In iOS, if you use an anonymous identity in a JWT environment, you can see the public articles, but the private ones remain hidden, and if the user signs in, then, the identity becomes a JWT identity and the private articles appear in the Help Center.In Android, the behaviour is completely different. If we are using a Zendesk configuration which expects a JWT identity, if we want to enter the help center as an anonymous user, an error is raised and no articles are shown. So, we've created two appIds, one for the anonymous environment and another one for the JWT identity and it works, but not at all. If the user logs out or signs in to a same session, the help center expects the first identity set when the app starts. So, if the user starts the