taivo / parse-push-plugin

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

IOS - Push not working after Xcode 9 upgrade #114

Open avilasolucoes-naora opened 6 years ago

avilasolucoes-naora commented 6 years ago

ReceivePN and OpenPN aren´t triggered.

ankitjainOfficial commented 6 years ago

@avilasolucoes-naora Did you get this working? These are not working for me, either.

tomazhawkjr commented 6 years ago

I work in two projects, one uses ionic 1, and other, ionic 3.

Ionic 3 works fine, with latest cordova and ionic versions. Ionic 1 version not works fine, with cordova 6.0.0 and ionic 1.7.16.

I didnt have time to test again in ionic 1 project, but, maybe, the problem is the cordova version.

fastrde commented 6 years ago

same problem here: Push Message is received by device but receivePN and openPN aren't triggered.

cli packages:

@ionic/cli-utils  : 1.19.2
ionic (Ionic CLI) : 3.20.0

global packages:

cordova (Cordova CLI) : 7.0.0 

local packages:

@ionic/app-scripts : 3.1.8
Cordova Platforms  : android 6.2.3 ios 4.4.0
Ionic Framework    : ionic-angular 3.9.2

System:

Android SDK Tools : 26.0.2
ios-deploy        : 1.9.2 
ios-sim           : 6.1.2 
Node              : v7.1.0
npm               : 5.0.4 
OS                : macOS High Sierra
Xcode             : Xcode 9.3 Build version 9E145 

UPDATE

removed parse-push-plugin 1.0.7 added parse-push-plugin 1.0.8. Events get triggered. I don't know if there was a fix between this versions or if the reinstallation added something to a file to fix the issue.