A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Hi @Kim Strasser ,
Thanks for your question.
Your current settings are mostly fine for Google Play Store review. You can submit with this file, but I suggest making these small adjustments:
- Increase
<ApplicationVersion>(e.g. from 10 to 11) every time before uploading. - For project settings: Right-click your Android project -> Properties -> Android tab -> Options section. For Release configuration, make sure Package format is set to bundle.
You can build with this command:
dotnet publish -f net10.0-android -c Release -p:AndroidPackageFormat=aab
Upload first to Internal Testing to check if Google Play Console shows any warnings.
Base on Publish an Android app for Google Play distribution.
I hope this addresses your question. If this response was helpful, please consider following the guidance to provide feedback.