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. iOS 11
- Which Cocoapods version are you using (run
pod --version
)?- e.g. 1.4.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, iPhone 8 emulator
- What language are you using?
- Objective C
- Swift
- What third party libraries are you using?
- Please enable verbose logging for your app using
MSAppCenter.setLogLevel(.verbose)
before your call toMSAppCenter.start(...)
for Swift, or[MSAppCenter setLogLevel:MSLogLevelVerbose]
before[MSAppCenter start: ...]
for Objective C and include the logs here: