flutter / website

Flutter documentation web site
https://docs.flutter.dev
Other
2.8k stars 3.21k forks source link

Add info on Google Play's pre-launch reports on 'Build and release an Android app' page #5168

Open SpencerRiddering opened 3 years ago

SpencerRiddering commented 3 years ago

Page URL: https://docs.flutter.dev/deployment/android Page source: https://github.com/flutter/website/tree/master/src/docs/deployment/android.md

Description of issue:

This guide doesn't mention Google Play's pre-launch reports. Do pre-launch reports work with Flutter? Should I disable pre-launch reports? If my application requires sign-in, how do I configure the pre-launch report process to sign-in?

sfshaza2 commented 3 years ago

@blasten, can you provide insight?

atsansone commented 1 year ago

This appears to be related to https://github.com/flutter/flutter/issues/35341. @dnfield , do you have any further information on Google Play pre-launch reports?

dnfield commented 1 year ago

Looking at https://support.google.com/googleplay/android-developer/answer/9842757?hl=en#zippy=%2Ctest-your-app%2Cprovide-a-game-loop-to-test-an-opengl-app-or-game, you would have ti provide a game loop or robo script test. There's nothing particularly easy about doing that with Flutter right now.

We could probably document the fact that this is what Android says to do and link to some Android resources for it, but I don't think there are any active engineering plans to improve this for Flutter at the moment.

dnfield commented 1 year ago

(This is more or less the same as what I said in #35341 - nothing has really changed all that much since then)