appToken questions

I got an appToken so I can subscribe users to push notifications. Is the appToken permanent or does it ever refresh? I need to be able to subscribe users to push notifications on our back end, so if it never changes, no problems, but if it does, then I won’t be able to subscribe users from the back end.

Hello eric,
It is recommended to fetch appToken via SDK only. Once you have the appToken and FCMToken you can make a rest-api call to the Push Notification subscribeToTopic.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.