TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | Apache 2 |
ReleasedLast Release | Oct 2017 |
Maintained by Azure Mobile Team, Paul Batum, Di Hei, Joaquin Vano Newman.
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.
The current release of the iOS SDK for Azure Mobile Apps supports:
Other platforms may work, but have not been tested.
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.
MicrosoftAzureMobile.framework
is the binary to reference.sdk\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\WindowsAzureMobileServices.xcodeproj
file in XCode.WindowsAzureMobileServices\* Simulator
.Test\WindowsAzureMobileServicesFunctionalTests.m
file in the Project Navigator panel of XCode.settings.plist
file, set TestAppUrl
and TestAppApplicationKey
to a valid URL and Application Key for a working Mobile Service.ZumoE2ETestApp\ZumoE2ETestApp.xcodeproj
file in XCode.WindowsAzureMobileServices.framework
into the projectThis project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
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.