I have an app that works fine on all android devices except for Fire Tablets.
The app makes an http call every 1s. This is a POST request to an API Gateway endpoint with JSON data in body. The body is less than 256KB in size.
The requests either do not complete or take well over 30 seconds to complete. On all other android devices we have tested on, the requests complete in less than 3 seconds.
Is there something specific we need to do to support the Fire Tablets? We are using OKHTTP2 to make the requests.