hi @vknow360
The issue with the app closing stems from two extensions in the custom webview: DownloadHelper and BrowserPromptHelper. The app includes ML Kit.
Specifically, adding certain blocks in DownloadHelper causes the app to close immediately upon opening.
Moreover, including BrowserPromptHelper and DownloadHelper (without configuring any blocks) leads to an app package error, preventing installation.
This occurs on Android 14 devices. I previously encountered this on my Android 13 version.
Hu Sunny, could you please share also with me the beta version 13. My old app is crashing using the CheckModulesAvailabity on an Android 15 device and i'd like to upgrade my MITBRek.AIX version (recieved from you on 29/08/24). Thanks
Hi Sunny,
I found the reason for the crash. Unintentionally, I changed the license key in the project, which caused the crash. It seems useful to add the related error message to the extension.
Thank you for your quick response!
P.S. Restoring the correct license key resolved the issue, and everything is working now.