I couldn't find any api in PubNub documentation to list device tokens associated with a channel. I am planning to associate users to their respective channels, and link their device tokens directly to those channels, so that if same user is signing in from different devices, they get all push notifications meant for them, as from server side, we would be publishing changes on channels. But now on some later point of time we might need to retrieve device tokens associated with those channels how to do that ?
As of now we were not planning to store device token on our app sever, thinking that we would retrieve it from PubNub via channels, but we couldn't find any relevant api.
Please help, also let us know if the design is not correct.
Thanks!