EKEventStore* eventStore = [[EKEventStore alloc] init];
[eventStore requestAccessToEntityType:EKEntityTypeReminder
completion:^(BOOL granted, NSError * _Nullable error) {
}];
для приложения Info.plist уже содержатNSRemindersUsageDescription ключ и NSCalendarsUsageDescription ключа, но ниже код работает отлично на прошивке 8 и 9, но на 10 прошивке он падает .like:
[access] This app has crashed because it attempted to access
privacy-sensitive data without a usage description.
The app's Info.plist must contain an NSCalendarsUsageDescription key
with a string value explaining to the user how the app uses this data.
Info.plist мое приложение уже содержит NSRemindersUsageDescription, но на iOS 10 он падает. –
@ Mr.Wang в порядке, тогда журнал 'error' - ваш вопрос' log info' еще? – aircraft