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

[3.0.3-rc.7] phonegap-plugin-push v1.6.4 installed instead of v1.8.2 #252

Open v3rron opened 7 years ago

v3rron commented 7 years ago

After updating to raix:push@3.0.3-rc7 I started getting an error while creating an archive for iOS in XCode 8 related to Mach-o Linker (id) Error. I checked the plugin version in .meteor/local/cordova-build/plugins/phonegap-plugin-push and it turned out to be 1.6.4, even though in current package.json the dependencies are set to 1.8.2.

v3rron commented 7 years ago

My bad, it actually states 1.6.4 in package dependencies. Should we upgrade to 1.8.2? Seems like it contains a bunch of fixes

raix commented 7 years ago

@v3rron I think we should - I havent read the release notes yet though

VioletaCalvo commented 7 years ago

Also versions >= 1.7.0 of phone-plugin-push implements badges for Android.

raix commented 7 years ago

@VioletaCalvo sounds good - I'll bump and release this week

raix commented 7 years ago

https://github.com/raix/push/releases

markshust commented 7 years ago

@raix 3.1.0 doesn't work for me, keep getting "No clients have registred on the server yet...". Looks like the client is not getting a token as the _raix_push_app_tokens table is empty.

Also, registered misspelled in the above notice.

UPDATE: Never mind! I didn't re-select Capabilities > Push Messages after re-installing. Any way to auto-toggle this? I feel like an idiot 😧

raix commented 7 years ago

@markoshust I believe it's a manual thing, gotta love it.