Hi everyone,
I'm reaching out for help with an issue related to in-app updates in my app. I've integrated the Google Play In-App Updates Library, but unfortunately, I missed a bug in my recent code implementation (version 4.3.2). This bug causes the app to crash whenever a user tries to update through the in-app update prompt.
The issue went unnoticed for a while since 4.3.2 was the latest version. However, with the release of version 4.3.3, users are now encountering the crash upon clicking the update button within the in-app prompt. The worst part here is I can not event ask the users to update the app because the crash is in update flow itself and my app always asks the user to update the app as soon as a new version is available leading to a very high crash rate.
Unfortunately, I don't have a remote flag in place to disable this feature for the time being.
Would anyone be able to suggest potential solutions or steps I can take to prevent this crash?