Replies: 1 comment 2 replies
-
Please see Apple's documentation on "Sending Notification Requests to APNs". It says, in part:
Java APNS didn't require a topic generally because it stopped being updated before Apple introduced APNs features that require a topic. In the modern APNs protocol, topics are required more often than not, and so Pushy always requires them to avoid confusing situations where things might just stop working if some seemingly-unrelated part of your setup changes and a topic hasn't been specified. |
Beta Was this translation helpful? Give feedback.
-
I am migrating to Pushy from Java APNS. In Java APNS to create a notification you only needed a token of the device and payload.
In Pushy you also need a topic. I cannot find any explanation on what this topic is and how to use it. If it was unnecessary in Java APNS why is it mandatory in Pushy? What should I specify as "topic" in my code?
Beta Was this translation helpful? Give feedback.
All reactions