Skip to content

Instantly share code, notes, and snippets.

@raulriera
Created July 24, 2011 20:43
Show Gist options
  • Save raulriera/1103082 to your computer and use it in GitHub Desktop.
Save raulriera/1103082 to your computer and use it in GitHub Desktop.
How is this done?
var notification = Ti.App.iOS.scheduleLocalNotification({
alertBody: "Body message",
alertAction: "Ok",
repeat: "daily",
date: new Date().getTime()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment