Skip to content

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.

4 participants