Our app has started hanging when making API calls despite not being updated in production for months. We can replicate the issue using the Play Store version of the app or by creating a locally built APK file and signing it. However, we can not replicate the issue on browsers or a locally built unsigned APK files. If we make an action that makes an API call then leave the app for a couple of minutes, we see an "App isn't responding" message even though you can still navigate through the app.
Is there any way to fix this issue or see what caused the application to become unresponsive? I've tried looking at the network/debugging tab, but that doesn't seem possible on a signed device.
Our app has started hanging when making API calls despite not being updated in production for months. We can replicate the issue using the Play Store version of the app or by creating a locally built APK file and signing it. However, we can not replicate the issue on browsers or a locally built unsigned APK files. If we make an action that makes an API call then leave the app for a couple of minutes, we see an "App isn't responding" message even though you can still navigate through the app. Is there any way to fix this issue or see what caused the application to become unresponsive? I've tried looking at the network/debugging tab, but that doesn't seem possible on a signed device. [code]# Generate Key keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000