.I shall change to 12 and try
No.
Firstly, please add Exported =true
in the your [Activity]
tag of MainActivity.cs
, then rebuild your application.
[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, Exported =true....)]
public class MainActivity : MauiAppCompatActivity
{
}
After releasing your application, please open ~\MauiBlazorApp\bin\Release\net9.0-android
folder, find the apk name that end of "-Signed.apk" like com.companyname.mauiblazorapp-Signed.apk
.