I have a Titanium app working on Android with Google Cloud Messaging, and we've been asked to port it to Nokia X. All the Nokia Notifications documentation I can see just says how easy it is change from GCM to NN, but I can't find anything that clarifies...
A) Does getting the device token works in Titanium? I'm not using the Appcelerator cloud service for push but a plugin to get the GCM device token, presumably as all the APIs match this plugin should [hopefully] continue to work?
B) Is moving to NN is required? I don't see any benefit to moving, so is it possible to do nothing and continue to use GCM?