locked
How to schedule auto sync in windows store apps? RRS feed

  • Question

  • There is a local data in my app, and this needs to be sent to the server using web services.

    Manually, it is working fine. I need to schedule the same task with a defined time interval where it will sync automatically when it reaches to that date time.

    Can any one give me the idea how to accomplish it. (preferred java script rather than c#)

    Thank in advance.

    Friday, January 31, 2014 12:46 PM

Answers

  • Periodic background task:  http://msdn.microsoft.com/en-us/library/windows/apps/jj160504.aspx

    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.

    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.

    • Marked as answer by rsunilkumar Friday, January 31, 2014 2:43 PM
    Friday, January 31, 2014 1:54 PM
    Moderator