Reputation: 61
I have published an app on the play store and they working fine on All devices. I have Add Admob on the app and Update My app on play store they Stuck in the gray screen, I have tried so many codes to fix. But issue but That not fix, Finally, I have to Publish my Old Code that but now they also not working and they stuck, in Gray Screen and I restore my all testing device.
I have a test app on the real device before Uploading on the alpha testing app is working fine, but after uploading on alpha testing they show a gray screen
Upvotes: 6
Views: 2330
Reputation: 76
I had the same problem, it worked in release mode but with the app bundle in the play store it freezed on a white screen. There is an issue on github, try to downgrade the gradle version in android/build.gradle
to
com.android.tools.build:gradle:3.5.1
It worked for my app.
Upvotes: 3
Reputation:
before the publish app on playstore first test it in real device, you can also try it on alpha or beta test.
Upvotes: -1