Meteor-Community-Packages / raix-push

DEPRECATED: Push notifications for cordova (ios, android) browser (Chrome, Safari, Firefox)
https://atmospherejs.com/raix/push
MIT License
514 stars 197 forks source link

iOS 13 and Xcode 11 Changes That Affect Push Notifications #370

Closed flean closed 4 years ago

flean commented 4 years ago

OpenSignal Article

The token object has changed. Here's what I get now : apn: {length=32,bytes=0x01c011c7f5f21eeb4918833d3956e74b...665a29e5107d...}

So the token saved in _raix_push_app_tokens is wrong.

Can we get a patch for this? I've tried phonegap-plugin-push version 2.2.3 and 2.3.0 but still get the same response.

flean commented 4 years ago

Correction phonegap-plugin-push version 2.3.0 works, just make sure it gets updated. In Xcode