taivo / parse-push-plugin

Push notification plugin for Cordova/Phonegap/ionic on Parse platform
118 stars 102 forks source link

Fix xcode error "must be run on main thread" #129

Closed ghenry22 closed 5 years ago

ghenry22 commented 5 years ago

As this uses UIApplication xcode throws errors about the task being run on a background thread. To resolve run async on main thread so there are no errors and xcode (and consequently appstore reviews) are happy.

taivo commented 5 years ago

Thanks for your contribution @ghenry22 👍