Edit

Share via


SDK Limitations & Known Issues

Important

Visual Studio App Center is scheduled for retirement on March 31, 2025. While you can continue to use Visual Studio App Center until it is fully retired, there are several recommended alternatives that you may consider migrating to.

Learn more about support timelines and alternatives.

React Native

  1. The React Native SDK doesn't support In-App-Updates through Distribution. Instead, use the CodePush service to distribute application updates without creating a new build.

Xamarin

  1. Crashes caused by StackOverflowException aren't reported. This is a limitation of the Xamarin runtime.
  2. You can't use most AppCenter SDK APIs in a Xamarin Forms application constructor if you want to use the previewer. The Xamarin previewer doesn't support native code.
  3. You can't deploy an application using the AppCenter SDK to the Xamarin Live Player as the SDK contains native code.

UWP, WinUI, WPF, and WinForms

  1. Crashes caused by StackOverflowException aren't reported. This is a limitation of the .NET runtime.
  2. Only crashes caused by .NET exceptions are reported, not C/C++ crashes.