In this article, you will learn how to collect crash reports using Visual Studio App Center in Xamarin.Forms. Xamarin.Forms code runs on multiple platforms - each of which has its own filesystem. This means that reading and writing files is most easily done using the native file APIs on each platform. Alternatively, embedded resources are a simpler solution to distribute data files with an app.
source https://www.c-sharpcorner.com/article/xamarin-forms-crashes-in-visual-studio-app-center/
No comments:
Post a Comment