-
-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug summary
In new iOS 17 (to be relased on 18th of Sept)
this permission request:
| [[EKEventStore new] requestAccessToEntityType:EKEntityTypeEvent |
is deprecated and throw error:
Error: -requestAccessToEntityType:completion: has been deprecated-calling this method is no longer allowed. Instead, use -requestFullAccessToEventsWithCompletion:, -requestWriteOnlyAccessToEventsWithCompletion:, or -requestFullAccessToRemindersWithCompletion:.
Deprication notice: https://developer.apple.com/documentation/eventkit/ekeventstore/1507547-requestaccesstoentitytype
Library version
3.9.0
Environment info
ios 17Steps to reproduce
request calendar permissions on iOS 17
Reproducible sample code
`await request(PERMISSIONS.IOS.CALENDARS);`Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working