I'm just wondering is it possible to obtain necessary device tokens after the app starts?
The reason I'm asking is that I have many existing Android installations that don't have the deviceToken set on Parse, which seems like a bug in https://github.com/benjie/phonegap-parse-plugin that I was using. After switching to this one, new installations got deviceTokens stored. So if there is a way to get the deviceToken afterwards then I can set it to existing installations.
Hi,
I'm just wondering is it possible to obtain necessary device tokens after the app starts? The reason I'm asking is that I have many existing Android installations that don't have the deviceToken set on Parse, which seems like a bug in https://github.com/benjie/phonegap-parse-plugin that I was using. After switching to this one, new installations got deviceTokens stored. So if there is a way to get the deviceToken afterwards then I can set it to existing installations.
Thanks!