I’ve been trying to get Intercom to work with a JWT, but seems like it doesn’t work on the Android.
Our JWT has about 5 mins TTL.
I’m refreshing the JWT just before launching the Intercom and, in the background, refreshing the token every 4-5 mins to avoid JWT expiring mid-session. But turns out the SDK on Android does not use the new JWT even if we do
Intercom.setUserJwt(refreshedToken) The same thing works on iOS though, just not on Android.
Has anyone had any luck with a short lived JWT working on Android or React Native?