Skip to content

Minor fix for iOS 12.2#442

Open
yurymkomarov wants to merge 2 commits intokatzer:masterfrom
yurymkomarov:master
Open

Minor fix for iOS 12.2#442
yurymkomarov wants to merge 2 commits intokatzer:masterfrom
yurymkomarov:master

Conversation

@yurymkomarov
Copy link
Copy Markdown

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

@yurymkomarov
Copy link
Copy Markdown
Author

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

@ellecito
Copy link
Copy Markdown

ellecito commented Apr 9, 2019

It works. Thanks!

@ghenry22
Copy link
Copy Markdown

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
Copy Markdown

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.

4 participants