Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 1.47 KB

ISSUE_TEMPLATE.md

File metadata and controls

39 lines (26 loc) · 1.47 KB

Description

Please describe the issue you are facing or a feature you would like to be added to the SDK.

Repro Steps

Please list the steps used to reproduce your issue.

Details

  1. Which SDK version are you using?
    • e.g. 1.5.0
  2. Which OS version did you experience the issue on?
    • e.g. Android 8.1.0, iOS 11
  3. What device version did you see this error on? Were you using an emulator or a physical device?
    • e.g. Google Pixel 2 emulator, iPhone X physical device
  4. What third party libraries are you using?
    • example
  5. Run the following command and paste the output below: react-native info

Place output here

  1. If you're developing for React Native iOS, run the following command and paste the output below: pod --version

Place output here

  1. Please enable verbose logging for your app using [MSAppCenter setLogLevel: MSLogLevelVerbose]; before your call to [AppCenterReactNative register]; (or any other SDK registration). For Android, use AppCenter.setLogLevel(android.util.Log.VERBOSE); before your SoLoader.init call. Include the logs here: