NSRemindersUsageDescription Info.plist Key is Misspelled in the Documentation
I am working on code that reads Apple Reminders data. To fetch reminders from an EKEventStore
in EventKit
, you need to request permissions. But you can only request permissions for calendar, event, or reminders access if your app’s Info.plist
contains the appropriate key.