Can someone shed some light on how push notifications work with Titanium Mobile?
I am building an applications for a nightclub and I would like to send everybody with the app a push notification when there is a guestlist or drinks offer (if they opt in).
How would I go about doing something like that?
1 Answer
titanium mobile registers for push notification and you get a token. with that token you send out your push notifications. urban airship has an nice api so you can use their servers as a push relay instead of setting up your own push server.
Your Answer
Think you can help? Login to answer this question!