My App got rejected by Google today because ,,App installs, but doesn't load"
I tested the app on multiple devices and I never had an error like this! Does anyone know a soultion for this? (its made with unity)
My App got rejected by Google today because ,,App installs, but doesn't load"
I tested the app on multiple devices and I never had an error like this! Does anyone know a soultion for this? (its made with unity)
Start by deploying the app on the internal testing track, and then review the pre-launch reports. These reports will provide valuable information such as crash logs, screenshots, and video recordings of any crashes. Utilizing this data is crucial in addressing and resolving issues effectively.
The rejection email should have a screenshot of where the issue is. There are different reasons why the app doesn't load. You can check the crash reports or other tools like Crashlytics (if you are using them) to see if there is a crash as well.
Another option would be to download the build from the Bundle explorer and run it locally on your machine or create a release build from your code. You should be able to check if you can replicate the issue and/or see logs.