Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background Service to alert on new reports #15

Open
evoltech opened this issue Mar 24, 2012 · 1 comment
Open

Background Service to alert on new reports #15

evoltech opened this issue Mar 24, 2012 · 1 comment

Comments

@evoltech
Copy link
Member

I dont think there is any way to get the phone to issue alerts without a background running service (short of subscribing to SMS alerts that is). Check the KitchenSink code for an example of this (android_services.js, testservice.js).

There is a slightly seperate way to do this with iOS.

@evoltech
Copy link
Member Author

  • Both Android and iOS have their own notification methods in titanium. This interface is used when the application is backgrounded and needs attention from the user. Responding to the alert triggers an intent that should open a view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant