With Windows Azure Mobile Services you can add a scalable backend to your connected client applications in minutes. To learn more, visit our Developer Center.
If you are new to Mobile Services, you can get started by following our tutorials for connecting your Mobile Services cloud backend to Windows Store apps and iOS apps.
To get the source code of our SDKs and samples via git just type:
git clone https://github.com/xamarin/azure-mobile-services.git
cd azure-mobile-services
git submodule init
git submodule update
Our client SDK makes it incredibly easy to use Mobile Services from your Xamarin.iOS and Xamarin.Android applications. You can download the source code using the instructions above and then you will find the SDKs under /azure-mobile-services/sdk/xamarin/ios
and /azure-mobile-services/sdk/xamarin/android
.
The SDK requires Xamarin.iOS or Xamarin.Android.
The Xamarin.iOS SDK has a suite of unit tests.
- Open the
/azure-mobile-services/sdk/ios/Microsoft.Azure.Zumo.iOS.sln
solution file. - Right click on the
ZumoTests
project in the solution explorer and selectSet as StartUp Project
. - Start the application
- A Xamarin.iOS application will appear, press
Run Everything
Todo is a simple todo list application that demonstrates some features of Windows Azure Mobile Services. You can find todo under /azure-mobile-services/samples/todo
.
Be sure to check out the Mobile Services Developer Forum if you are having trouble. The Mobile Services product team actively monitors the forum and will be more than happy to assist you.
If you would like to become an active contributor to this project please follow the instructions provided in Windows Azure Projects Contribution Guidelines.
If you encounter any bugs with the library please file an issue in the Issues section of the project.