So I'm having some issues with the TodoAzureAsync app (available at: https://github.com/conceptdev/xamarin-forms-samples/tree/master/TodoAzureSync)
Basically I'm getting this error :
Sync Failed: The request could not be completed. (Not Found)
Which I suppose has got to do with my Azure Mobile Service setup. In the Azure Management page I've created a mobile services and copied the URL and the KEY (which I pasted in the Constants.cs in the Tamarin project)
What have I missed?