Discussions

Ask a Question
Back to All

Getting 429 Status Code error in Android SDK

Hello,

We are using your SDK in one of our client projects where we are using a login method like below:

TelematicsAuth.login(INSTANCE_ID, INSTANCE_KEY, deviceToken).await()

We are calling this method every time the user opens the application. Is it correct or do we need to change anything? It returns 429 after opening the app 5 to 6 times.