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 #85

Closed funkenstrahlen closed 7 years ago

funkenstrahlen commented 7 years ago

With the new release I saw this in my logs: APNS bundleId is deprecated, use topic instead. However I could not find anything about how to use topic in my configuration in the docs yet. I would love to see this covered as I will probably not be the only one with this issue.

natanrolnik commented 7 years ago

Closing as duplicate of #83 As the warning says, just pass topic instead of bundleId in the adapters configuration.