Posts

Post not yet marked as solved
1 Replies
Hey Jason, Was having a look into the Technote you shared and, regarding the "Protect user privacy with information property list keys" section, the documentation mentions the following: Important On iOS 17 or later, if your app doesn’t include usage description keys, or only includes the older NSCalendarsUsageDescription key for describing events access, iOS automatically denies any access request. But, immediately after, it mentions this: To access a person’s calendar events or reminders through EventKit or EventKit UI, your app needs to include descriptions for the following if your app links to iOS 10 or later, and runs on iOS 10 through iOS 16: NSCalendarsUsageDescription, which is a fallback if your app runs on iOS 17 or later and doesn’t include descriptions for NSCalendarsWriteOnlyAccessUsageDescription or NSCalendarsFullAccessUsageDescription. I find this very confusing as the two concepts seem to be the opposite of each other. Am I misunderstanding something or is there an issue with the documentation? Thanks!
Post not yet marked as solved
1 Replies
Also facing the same issue on my side and replacing presentViewController by pushViewController is not an option as the VC to present is a UINavigationController that can't be pushed.
Post not yet marked as solved
4 Replies
Have you guys managed to overcome this issue? Just came across this issue on v16.4.1 and it looks like it's still occurring.