Pushwoosh / pushwoosh-phonegap-plugin

Pushwoosh PhoneGap Build Plugin
Other
109 stars 139 forks source link

ios 10 push-notification event not fire and yes it working fine in android #210

Closed mobileias closed 7 years ago

mobileias commented 7 years ago

Hello

I have one issues comes since last one day same code working fine in both ios and android now when i build again after that push-notification event not fire when push come or when click on push from notification in ios 10.0.2 device cordova is 3.9.1. I am using latest pushwoosh plugin

All is fine in android . <preference name="phonegap-version" value="cli-5.2.0"/> <gap:plugin name="pushwoosh-pgb-plugin" source="npm" version="6.2.1"/>

Thanks in advance

StefanoMagrassi commented 7 years ago

Same issue and it's driving me crazy...

Unlike @mobileias I'm using cordova 6.3.1 (and the latest version of the plugin)

mobileias commented 7 years ago

I have noticed something different type for this issue

If i turn ON Debug Mode ON from https://cp.pushwoosh.com/v2/notifications for particular application then it will working fine and when it automatic turn OFF then push event not called so something wrong when we send push from API. I have also sent email to pushwoosh support but yet not got any reply.

beck24 commented 7 years ago

I also had this same problem, have been in contact with pushwoosh and they have apparently fixed it as of today. So we need the latest SDK pulled into the cordova plugin.

shaders commented 7 years ago

Could you please try 6.2.2. It should include the latest iOS SDK. (4.1.5)

beck24 commented 7 years ago

6.2.2 seems to be working on cursory tests, thanks!

shaders commented 7 years ago

👍

mukesh-igdinaction commented 7 years ago

I could still see the issue in IOS. It works fine in Android. I tried both latest and 6.2.2 cordova plugin on ios. Can someone let me know any issue with IOS 10.2 and possible workaround ?