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.
- Which SDK version are you using?
- e.g. 1.5.0
- Which OS version did you experience the issue on?
- e.g. Android 8.1.0, iOS 11
- 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
- What third party libraries are you using?
- example
- Run the following command and paste the output below:
react-native info
Place output here
- If you're developing for React Native iOS, run the following command and paste the output below:
pod --version
Place output here
- Please enable verbose logging for your app using
[MSAppCenter setLogLevel: MSLogLevelVerbose];
before your call to[AppCenterReactNative register];
(or any other SDK registration). For Android, useAppCenter.setLogLevel(android.util.Log.VERBOSE);
before yourSoLoader.init
call. Include the logs here: