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

Minor fix for iOS 12.2 #442

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Minor fix for iOS 12.2 #442

wants to merge 2 commits into from

Conversation

yurymkomarov
Copy link

  • fix iOS 12.2 crash ("_alwaysRunsAtForegroundPriority" -> "alwaysRunsAtForegroundPriority")
  • update UIBackgroundModes default value (to prevent rejects from AppStore)

@yurymkomarov
Copy link
Author

@katzer , please review, merge and update package for comfortable use for another users

@ellecito
Copy link

ellecito commented Apr 9, 2019

It works. Thanks!

@ghenry22
Copy link

Note that this will break on versions of iOS before 12.2 due to the change in config key. You really need to include a check for version 12.2 or greater and use the new setting, else use the old setting so that backward compatibility is maintained.

I submitted a similar fix to the ionic wkwebview plugin so you could just cut and paste off that if you want a quick fix. It's just the addition of an if/else.

@qkdreyer
Copy link

See #447

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.

None yet

4 participants