Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS/Mac Catalyst 17+ Support for new Calendar Permissions #18868

Merged
merged 2 commits into from
Nov 30, 2023
Merged

Conversation

jfversluis
Copy link
Member

Description of Change

Part of the work to support the new EventKit APIs on iOS 17+ was already done, but it was not checking the correct plist entries yet. That is what this change adds.

Note

To use the new EventKit APIs in your iOS or macOS app, make sure to add the new [NSCalendarsWriteOnlyAccessUsageDescription and/or NSCalendarsFullAccessUsageDescription according to your needs, else you might get unexpected results.

Issues Fixed

Fixes #18737

@jfversluis jfversluis added t/bug Something isn't working platform/macOS 🍏 macOS / Mac Catalyst platform/iOS 🍎 area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info labels Nov 18, 2023
@jfversluis jfversluis requested a review from a team as a code owner November 18, 2023 09:59
@jfversluis jfversluis changed the title Implement checking of correct info.plist entries iOS/Mac Catalyst 17+ Support for new Calendar Permissions Nov 18, 2023
@jfversluis jfversluis marked this pull request as draft November 18, 2023 10:08
@jfversluis
Copy link
Member Author

/azp run MAUI-UITests-public

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jfversluis jfversluis marked this pull request as ready for review November 22, 2023 07:40
@rmarinho rmarinho merged commit bb258c5 into main Nov 30, 2023
@rmarinho rmarinho deleted the fix-18737 branch November 30, 2023 16:31
@github-actions github-actions bot locked and limited conversation to collaborators Dec 31, 2023
@samhouts samhouts added the fixed-in-8.0.6 Look for this fix in 8.0.6 SR1! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info fixed-in-8.0.6 Look for this fix in 8.0.6 SR1! platform/iOS 🍎 platform/macOS 🍏 macOS / Mac Catalyst t/bug Something isn't working
Projects
None yet
4 participants