I'm integrating the Messaging SDK to our Android app, where we will eventually move away from the old Chat SDK. I've received a JWT and I'm now attempting to call Zendesk.instance.login(jwt), but it fails. The response has this error body:
{"error":{"code":"bad_request","description":"Invalid integrationId or platform."}}
I've followed steps here: https://developer.zendesk.com/documentation/zendesk-web-widget-sdks/sdks/android/advanced_integration/
What does this error mean?

