With Microsoft Azure Mobile Apps 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 Apps, you can get started by following our tutorials for connecting your Mobile Apps cloud backend to iOS apps.
To get the source code of our SDKs and samples via git just type:
git clone https://github.com/Azure/azure-mobile-apps-iOS-client.git
cd ./azure-mobile-apps-iOS-client/
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 7.0 or greater.
###Building and Referencing the SDK
- Open the
sdk\WindowsAzureMobileServices.xcodeproj
file in XCode. - Set the active scheme option to
Framework\iOS Device
. - Build the project using Command-B. The
WindowsAzureMobileServices.framework
folder should be found in the build output folder underProducts\<build configuration>-iphoneos
. - Drag and drop the
WindowsAzureMobileServices.framework
from a Finder window into the Frameworks folder of the Project Navigator panel of your iOS application XCode project.
- Open the
sdk\WindowsAzureMobileServices.xcodeproj
file in XCode. - Set the active scheme option to
WindowsAzureMobileServices\* Simulator
. - Open the
Test\WindowsAzureMobileServicesFunctionalTests.m
file in the Project Navigator panel of XCode. - In the
settings.plist
file, setTestAppUrl
andTestAppApplicationKey
to a valid URL and Application Key for a working Mobile Service. - Run the tests using Command-U.
- Create a test server to test against, see: E2E Test Suite
- Open the
ZumoE2ETestApp\ZumoE2ETestApp.xcodeproj
file in XCode. - Drag a copy of the
WindowsAzureMobileServices.framework
into the project - Pick the device to test and run the project
- Quickstarts
- E2E Test Suite
- Samples
- Tutorials and product overview are available at Microsoft Azure Mobile Services Developer Center.
- Our product team actively monitors the Mobile Services Developer Forum to assist you with any troubles.
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.