- Add question about Xcode version
- Update versions
This commit is contained in:
Dima 2021-04-09 17:40:05 +03:00 коммит произвёл GitHub
Родитель f263abd9db
Коммит 6bbb1de696
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 11 добавлений и 9 удалений

20
.github/ISSUE_TEMPLATE/problem_report.md поставляемый
Просмотреть файл

@ -27,15 +27,17 @@ Please list the steps used to reproduce your issue.
### **Details**
1. Which SDK version are you using?
- e.g. 1.5.0
- e.g. 4.1.1
2. Which OS version did you experience the issue on?
- e.g. iOS 11
3. Which Cocoapods version are you using (run `pod --version`)?
- e.g. 1.4.0
4. 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
5. What language are you using?
- e.g. iOS 14
3. Which Xcode version did you build the app with?
- e.g. Xcode 12.4
5. Which Cocoapods version are you using (run `pod --version`)?
- e.g. 1.10.1
6. What device version did you see this error on? Were you using an emulator or a physical device?
- e.g. iPhone 12 physical device, iPhone 11 emulator
7. What language are you using?
- [ ] Objective C
- [ ] Swift
6. What third party libraries are you using?
7. Please enable verbose logging for your app using `MSAppCenter.setLogLevel(.verbose)` before your call to `MSAppCenter.start(...)` for Swift, or `[MSAppCenter setLogLevel:MSLogLevelVerbose]` before `[MSAppCenter start: ...]` for Objective C and include the logs here:
8. What third party libraries are you using?
9. Please enable verbose logging for your app using `MSAppCenter.setLogLevel(.verbose)` before your call to `MSAppCenter.start(...)` for Swift, or `[MSAppCenter setLogLevel:MSLogLevelVerbose]` before `[MSAppCenter start: ...]` for Objective C and include the logs here: