Community Questions & Answers
Push notifications deviceToken
Hi there, I would like to know how to get the deviceToken of my IPhone using Titanium. I use this code below in my app : But i can't send push notifications without the deviceToken. ~~~ var win = Titanium.UI.currentWindow; var label =...
Error with the Push Notification
Hello everybody, I am trying to test the push notification using Titanium, I followed this tuto word by word: http://www.titaniumtutorial.com/2012/06/appcelerator-cloud-push-notification-in.html app.js ~~~ Titanium.UI.setBackgroundColor('#000'); var...
Call registerForPushNotifications every time app launches?
According to Apple, "an application should register every time it launches and give its provider the current token." "By requesting the device token and passing it to the provider every time your application launches, you help to ensure...
Cannot obtain Device Token for Apple push notifications
This is mostly a reopening on [this](http://developer.appcelerator.com/question/9511/push-notifications-devicetoken), but it is not really answered. ~~~ // register for push notifications Titanium.Network.registerForPushNotifications({ types:...
Showing 1-4 of 4