Please describe the issue you are facing or a feature you would like to be added to the SDK.
Please list the steps used to reproduce your issue.
- What is your app platform (Xamarin.Android or Xamarin.iOS or UWP)?
- e.g. Xamarin.Forms on all 3 platforms (Android, iOS and UWP).
- If using Xamarin.Forms or if using portable/shared code to call our SDK APIs, are you using shared project, PCL code or .NET standard code for the application? Which .NET standard version or which PCL profile?
- e.g. .NET standard 2.0.
- Which SDK version are you using?
- e.g. 1.5.0
- Which OS version did you experience the issue on?
- e.g. iOS 11, Android 8.1.0
- What device version did you see this error on? Were you using an emulator or a physical device?
- e.g. iPhone X physical device, Google Pixel 2 emulator
- What third party libraries are you using?
- example
- Please enable verbose logging for your app using
AppCenter.LogLevel = LogLevel.Verbose
before your call toAppCenter.Start(...)
and include the logs here: