5

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)

5
  • Have you tried to launch your app on low-end devices? Commented Oct 30, 2023 at 14:28
  • No, because I don't have any low end device Commented Oct 30, 2023 at 14:38
  • that can be the issue actually. create the debug build and check your app data in profiler. especially memory consumed by your app. Commented Oct 30, 2023 at 15:12
  • Hey, found out, that it's because the prices of the IAP isn't loading do you have any idea how to fix it? Commented Nov 7, 2023 at 14:18
  • It just happened to me today and here is what I did: In the Play console, I changed a text in Store presence > Store listings, just to activate the Save button (you can just add and remove a single character). Then click Save, go to Overview and ask for a new review. Then it could pass the review now. At least it worked for me, without a single change to my app. Commented Oct 13, 2024 at 11:17

2 Answers 2

0

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.

Sign up to request clarification or add additional context in comments.

Comments

0

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.

Reference: https://support.google.com/googleplay/android-developer/thread/237294252/working-application-denied-for-app-installs-but-doesn-t-load?hl=en

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.