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

Fix for event permissions returning false in iOS17+ #578

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

gavira
Copy link

@gavira gavira commented Jan 10, 2025

Might fix error when checking for permissions in iOS17/iOS18

Related bug: #561
Reference: https://forums.developer.apple.com/forums/thread/739315

Copy link
Contributor

@IVLIVS-III IVLIVS-III left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@IVLIVS-III
Copy link
Contributor

IVLIVS-III commented Jan 10, 2025

looking at the failing test, the fix requires iOS 13.0 or later.
We could either introduce a version guard or maybe even drop support for iOS < 13.0 entirely.

Anyone wanting to share their thoughts on the topic?

@gavira
Copy link
Author

gavira commented Jan 10, 2025

Ah sorry, I'm targetting iOS 15 in my app indeed. As far as I know all iPhones that supported iOS 13 also support iOS 14 and 15 so I'd say it's probably safe to drop support?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants