

Please see article about permissions updates in Android 11. To use App Center, you must opt in to the module(s) that you want to use. Xamarin.iOS - Open the project's AppDelegate.cs file and add the following lines below the existing using statements.2.1 Add App Center Distribute importsĪdd the App Center Distribute imports before you get started with using Distribute module: By default, no modules are started and you must explicitly call each of them when starting the SDK.

Remove in-app updates for Google Play builds Open the project's AppDelegate.cs file and add the Start() call inside the FinishedLaunching() method Distribute.DontCheckForUpdatesInDebug() ĪppCenter.Start(": CFBundleURLTypes Xamarin.Forms - Open the project's file and add the following lines below the existing using statementsĪdd Distribute to your Start() method to start App Center Distribute - Open the project's MainActivity.cs file and add the following lines below the existing using statements.
