Can I schedule a time for my app to wakeup/start
I'm need to start my app at a predefined time 3 times a day. How can I do that, for iPhoen & Android (& iPad...) ? thanks, El
View ArticleScheduleNotification
Hi All, I can schedule a background notification and that works. But, and I think it's been asked a few times: Is it possible to have a background notification also start a function each time it is...
View ArticleAlert message when program in close
I'm making count down timer for iPhone and Android. The problem is alert message. When I close the app , program is not working and alert can't show. So, I think ... I should add in iCal and it will...
View ArticleGeolocation Notification
Hi there! So, local notification is awesome in Appcelerator. But I need to figure out a way to fire a local or push notification based on the user location. I know that its not really a great...
View ArticleNotification Help
I'm about to wrap up an app, and the last part is scheduling notifications. I have dates in my data (yyy-mm-dd), and all I want to do is have a button that says 'remind me', and have it take that date...
View ArticleLocal Notification and Background Location – how?
I've been researching this topic for a while, but I still didn't find any working solutions for this. I have the following problem: I have to notify people at interesting places while my app is in the...
View ArticleWhy do I need a background service to schedule local notifications?
Hi, I can't get why I need to create a background service when I don't need it to schedule local notifications? I'm building something like calendar application and when adding new event I want to...
View ArticleIs it possible to schedule an app to run at a particular time ??
Using titanium can we schedule any app to run at a particular time just like alarm clock. I am using andriod as my target platform and working in titanium 3.0. Like I use a time and date picker to...
View ArticleACS Push Notifications - scheduling a push
Simple question, Is it possible to schedule a push notification in ACS for a specific time? I'm pretty sure the answer is no, if that is correct - are there any plans on including that functionality in...
View ArticleScheduling push notifications in android
Hi, I have successfully done with subscribing and sending push notifications using GCM for android. How can I schedule the push notification ?In the api document I have seen how to schedule the push...
View ArticleScheduled push notification
Hi All, I am trying to send a scheduled push notification using Cloud.PushSchedules.create. I have registered for the push notification, subscribed the channel. My code is Cloud.PushSchedules.create({...
View Article