When publishing a MAUI app for iOS, I can either use
<IpaPackageName>IPA.ipa</IpaPackageName>
in the project file or add -p:IpaPackageName=IPA.ipa
to the dotnet publish
command to change the filename of the distribution package. I didn't find much documentation but it's obvious once you change it in the project properties:
What is the equivalent setting for Android? I can't find a way in the UI to change the APK filename.