I launched my game on play store without even testing it on android 12 and 13 as I have mobile having android 11. The problem is my game does not opens on android 12 and 13. It shows black screen and exits.
Here is the game link (you can also try if you have android 12 or 13):
The probable reason could be my manifest file, I made some changes there as I was getting android:exported error while upload my abb to play store. But I think after every build manifest file changes get reset. I also using ad plugin for my game I don’t know if it could also be the problem.
I am using sdk 30.0.3 and ndk 22. No problem with sdk ndk as I saw many youtuber using this sdk ndk and made it worked on android 12.
I tried generating apk from android studio of manifest file, direct building from engine but having same result, doesn’t opens. I searched the whole internet but didn’t find any solution.
I ran Logcat on android studio to track down the problem. But just getting the error when opening the game:
“Reading a NULL string not supported here”
May be this log can be wrong as I have no experience with log(don’t know how to track logs).
What should I do, I spent more than 8 month on this mobile project and I end up with this frustrating problem