/app-service-mobile-cordova-client-conflict-handling

Azure App Service Mobile Apps Cordova sample that illustrates conflict handling

Primary LanguageJavaScript

Cordova app demonstrating conflict handling using the Azure Mobile Apps SDK

This sample demonstrates how to handle conflicts while using the offline data sync feature of Azure Mobile Apps Cordova SDK.

How to run the app

  1. Update the URL https://yoursitename.azurewebsites.net in www/index.html and www/js/tableManager.js to point to your Azure Mobile App.
  2. Run the app like any other Cordova App - add a Cordova platform, build and run!