Reputation: 2054
Now I have an application running on Windows Phone 7. I have a requirement - I have to notify a user at a particular time. Say (for example). When the phone clock strikes 5:00 PM then I need to display a message that "Your coffee is ready!". How do i do this?. or in simple words I need to execute the business logic of my app according to phone's time.
Please Help!
Thanks a lot for your help.
Upvotes: 0
Views: 216
Reputation: 65556
There are currently no APIs available to do this.
It is hoped/expected that this will be addressed in the Mango update but the specific details of the update are not yet available.
The best alternative currently available is to send a push notification (probably a toast) at the required time.
Upvotes: 3