Reputation: 622
I have published an app for Android TV. The app works correctly on the emulator and android tv I don't see any errors. The result of the check from Play Store is:
Eligibility issues by version
Crashing after launchYour app crashes after launch, which means we cannot review your app for Android TV inclusion. Please refer to our TV Activity documentation for details.
We have added the same configuration in our app like: https://github.com/flutter/flutter/issues/48109
Have you had a similar experience that you were able to solve? What have you done?
Any suggestion is welcome.
Upvotes: 3
Views: 908
Reputation: 9808
Google Play test apps automatically, you can achieve same result by releasing an internal testing app and check the pre launch report
to see which TV is it crashing on and what is the stack trace of the error, also you can see a video of the crash on real TV.
Upvotes: 1