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.
- 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.
- Crashes caused by
StackOverflowException
aren't reported. This is a limitation of the Xamarin runtime. - 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.
- You can't deploy an application using the AppCenter SDK to the Xamarin Live Player as the SDK contains native code.
- Crashes caused by
StackOverflowException
aren't reported. This is a limitation of the .NET runtime. - Only crashes caused by .NET exceptions are reported, not C/C++ crashes.