taivo / parse-push-plugin

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

Fix receiving notifications when app is running in background. #102

Closed stgt closed 7 years ago

stgt commented 7 years ago

Problem

While the app is running in background, no push notification events can be received in iOS.

Solution

As mentioned by @Schwobaland in #92 the JS callback has to be called.