parse-community / parse-server-push-adapter

A push notification adapter for Parse Server
https://parseplatform.org
MIT License
88 stars 100 forks source link

APNS bundleId is deprecated, use topic instead #83

Closed duythien closed 7 years ago

duythien commented 7 years ago

Hello

I have a problem your plugin, Before that everything ok but when I reinstall package via command line npm install. I have get a error

 0|parse-se | node-pre-gyp WARN parse-server-push-adapter APNS bundleId is deprecated, use topic instead
0|parse-se | node-pre-gyp WARN parse-server-push-adapter APNS bundleId is deprecated, use topic instead
0|parse-se | node-pre-gyp WARN parse-server-push-adapter APNS bundleId is deprecated, use topic instead
0|parse-se | node-pre-gyp WARN parse-server-push-adapter APNS bundleId is deprecated, use topic instead

Note that it work for Android and IOS before that. For now it only work Android, by the way I use current version

parse-server-push-adapter": "2.0.0-alpha.1",
natanrolnik commented 7 years ago

This is intentional. Please see discussion on https://github.com/parse-community/parse-server/issues/3987