Open SpencerRiddering opened 3 years ago
@blasten, can you provide insight?
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?
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.
(This is more or less the same as what I said in #35341 - nothing has really changed all that much since then)
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?