Publish The Application

Estimated reading: 1 minute 216 views

After you have customized all the options on the app, the following screenshot is to see how your configuration should be before the archiving process.

  1. The red color is very important.
  2. The blue color is to enable support for Android App Bundles, you’ll need to opt-in to the bundle value of the Android Package Format property within your Android project options. Before you do this, ensure you change your project to a Release configuration as app bundles are intended for release packages only.
  3. The green color Is optional when selecting AOT and Enable Startup Tracing the splash screen will be loading faster by 50% but the app size will increase as well by 25% so it’s your choice and it’s up to you.
Note

Be sure you set the SetApisReportMode variable in AppSettings.cs to false before releasing the app.

Leave a Comment