CocoaPods trunk is moving to be read-only. Read more on the blog, there are 16 months to go.
| TestsTested | ✓ |
| LangLanguage | Obj-CObjective C |
| License | Commercial |
| ReleasedLast Release | Dec 2014 |
Maintained by Eric Hedstrom.
With Microsoft 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, Windows Phone 8 apps, iOS apps, and Android apps.
To get the source code of our SDKs and samples via git just type:
git clone https://github.com/Azure/azure-mobile-services.git
cd ./azure-mobile-services/
see Change Log
Our managed portable library for Windows 8 and Windows Phone 8 Client SDK makes it incredibly easy to use Mobile Services from your Windows Store and Windows Phone 8 applications. The Microsoft Azure Mobile Services SDK is available as a Nuget package or you can download the source using the instructions above. The managed portable library also supports the full .NET 4.5 platform.
The SDK requires Visual Studio 2012 RTM.
The managed portable library solution includes a core portable assembly and platform-specific assemblies for each of the supported platforms: Windows 8,
Windows Phone 8 and .NET 4.5. The core portable platform project is Microsoft.WindowsAzure.Mobile. The platform-specific assembly projects are
named using a Microsoft.WindowsAzure.Mobile.Ext.<Platform> convention. The Windows Phone 8 platform also
include a Microsoft.WindowsAzure.Mobile.UI.<Platform> project that contain UI components. To build the Managed Portable Libray:
sdk\Managed\Microsoft.WindowsAzure.Mobile.Managed.sln solution file in Visual Studio 2012.The managed portable library Microsoft.WindowsAzure.Mobile.Managed.sln has a test application for each of the supported platforms: Windows 8,
Windows Phone 8 and .NET 4.5.
sdk\Managed\Microsoft.WindowsAzure.Mobile.Managed.sln solution file in Visual Studio 2012.Set as StartUp Project.Add a cloud backend to your iOS application in minutes with our iOS client SDK. You can download the iOS SDK directly or you can download the source code using the instructions above.
The SDK requires XCode 4.6.3 or greater.
sdk\iOS\WindowsAzureMobileServices.xcodeproj file in XCode.Framework\iOS Device.WindowsAzureMobileServices.framework folder should be found in the build output folder under Products\<build configuration>-iphoneos.WindowsAzureMobileServices.framework from a Finder window into the Frameworks folder of the Project Navigator panel of your iOS application XCode project.sdk\iOS\WindowsAzureMobileServices.xcodeproj file in XCode.WindowsAzureMobileServices\* Simulator.Test\WindowsAzureMobileServicesFunctionalTests.m file in the Project Navigator panel of XCode.setUp code, replace the <Microsoft Azure Mobile Service App URL> and <Application Key> with the valid URL and Application Key for a working Mobile Service.Microsoft Azure Mobile Services can be used with an Android-based device using our Android SDK. You can download the Android SDK directly or you can download the source code using the instructions above.
The SDK requires Eclipse and the latest Android Development Tools.
\azure-mobile-services\sdk\android\src\sdk\libs, run either the getLibs.ps1 script if you are running on Windows or the getLibs.sh script if you are running on Linux to download the required dependencies.\azure-mobile-services\sdk\android\src\sdk project into your workspace\azure-mobile-services\sdk\android\src\sdk\bin.javadoc.xml file and select Run As > Ant Build.The SDK has a suite of unit tests that you can easily run.
\azure-mobile-services\sdk\android\test\sdk.testapp.tests project in your Eclipse workspaceIt also contains an end-to-end test application.
npm install azure-cli -g. This installs the Azure command-line tool.azure account command to configure the tool to work with your Azure subscriptionSetupTables.sh script in the \azure-mobile-services\test\Android\SetupScripts folder, which uses the tool to automatically create the tables needed for the test application to work.\azure-mobile-services\test\Android\ZumoE2ETestApp\libs, run either the getLibs.ps1 script if you are running on Windows or the getLibs.sh script if you are running on Linux to download the required dependencies.\azure-mobile-services\test\Android\ZumoE2ETestApp project in your Eclipse workspaceOur JavaScript SDK makes it easy to use our Microsoft Azure Mobile Services in a Windows 8 application or an HTML client. The Microsoft Azure Mobile Services for WinJS SDK is available as a Nuget package or you can download the source for both WinJS and HTML using the instructions above.
The Microsoft Azure Mobile Services for WinJS SDK requires Windows 8 RTM and Visual Studio 2012 RTM.
sdk\JavaScript\Microsoft.WindowsAzure.Mobile.JS.sln file in Visual Studio.For WinJS Windows Store apps, copy the Generated/MobileServices[.min].js, Generated/MobileServices.DevIntellisense.js and Generated/MobileService.pri files into your WinJS project. For HTML applications, copy the Generated/MobileServices.Web[.min].js and the Generated/MobileServices.DevIntellisense.js files into your HTML\JavaScript project.
To run the WinJS Windows Store test app:
sdk\JavaScript\Microsoft.WindowsAzure.Mobile.JS.sln file in Visual Studio.Microsoft.WindowsAzure.Mobile.WinJS.Test project in the Solution Explorer and select Set as StartUp Project.To run the HTML tests:
sdk\JavaScript\Microsoft.WindowsAzure.Mobile.JS.sln file in Visual Studio.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 Microsoft Azure Projects Contribution Guidelines.
If you encounter any bugs with the library please file an issue in the Issues section of the project.