OneSignal Notifications + Android 13 + Asking for permission

I found a temporary workaround in this guide:

It still works for targeting SDK 33. I was able to export APK from Kodular, then edit target SDK with APK Studio Editor (be sure to use latest version) and then transfer it to my phone where I converted it to AAB using APK to AAB Converter (installed from Google Play) and sign it using ZipSigner (installed from the link provided on the video description).

AAB could be uploaded and validated to Google Play. Not the ideal solution but it gets it done for now.

Now, I’m having another issue after targeting SDK 33 where my app can’t get “READ_EXTERNAL_STORAGE” permission. Tried acquiring it like this:

image

But with no luck. I’ll be digging into it next and if I find a solution I’ll post it here to close the topic.

If anyone has any idea on this “READ_EXTERNAL_STORAGE” thing, any help would be appreciated.

Thanks.