Daddoon / BlazorMobile

Create full C# driven hybrid-apps for iOS, Android, UWP & Desktop with Blazor!
MIT License
413 stars 55 forks source link

Can't Create Bundle #233

Closed ghost closed 3 years ago

ghost commented 3 years ago

The second Issue is we can't create a bundle at API level 29 or API level 30. How to resolve this type of issue

Daddoon commented 3 years ago

Actually you can't ship an App Bundle due to the lack of App Bundle support on the GeckoView Engine (see here: https://bugzilla.mozilla.org/show_bug.cgi?id=1529082 )

I'm sorry about that, consider deploy multiple APK instead.