GithubHelp home page GithubHelp logo

isabella232 / azure-mobile-apps-ios-client Goto Github PK

View Code? Open in Web Editor NEW

This project forked from phvannor/azure-mobile-apps-ios-client

0.0 0.0 0.0 3.61 MB

iOS Client SDK for Azure Mobile Apps

License: Apache License 2.0

Shell 1.12% JavaScript 0.32% Objective-C 98.29% Ruby 0.12% Swift 0.16%

azure-mobile-apps-ios-client's Introduction

Microsoft Azure Mobile Apps: iOS SDK

Build Status CocoaPods CocoaPods

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.

Getting Started

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.

Supported Platforms

The current release of the iOS SDK for Azure Mobile Apps supports:

  • iOS versions 8.0 through 11.0
  • Objective-C Projects
  • Swift 3.0 Projects (with XCode 8.1)

Other platforms may work, but have not been tested.

Download Source Code

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/

Reference Documentation

iOS Client SDK

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.

Prerequisites

The SDK requires XCode 7.0 or greater.

Integration Using CocoaPods

CocoaPods is a popular dependency manager for Swift and Objective-C Cocoa projects. The dependencies are specified in a single text file called Podfile. Cocoapods will resolve dependencies between libraries, fetch the resulting source code, then link it together in an Xcode workspace to build your project.

  1. Add the following to your podfile to include MicrosoftAzureMobile:

    pod 'MicrosoftAzureMobile', '~> 3.4.0'

  2. You can install the dependencies in your project:

    pod install

  3. Open .xcworkspace (instead of .xcodeproj file) to start working on your project. You can import MicrosoftAzureMobile.h header in your code like this:

#import <MicrosoftAzureMobile/MicrosoftAzureMobile.h>

Integration by Copying the Binary into Your Project

  1. Download the Azure Mobile iOS SDK framework zip file from Releases
  2. Unzip the file. MicrosoftAzureMobile.framework is the binary to reference.

How to Build and Run the Tests

Building the SDK

  1. Open the sdk\WindowsAzureMobileServices.xcodeproj file in XCode.
  2. Set the active scheme option to Framework\iOS Device.
  3. Build the project using Command-B. The WindowsAzureMobileServices.framework folder should be found in the build output folder under Products\<build configuration>-iphoneos.
  4. 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.

Running the Unit Tests

  1. Open the sdk\WindowsAzureMobileServices.xcodeproj file in XCode.
  2. Set the active scheme option to WindowsAzureMobileServices\* Simulator.
  3. Open the Test\WindowsAzureMobileServicesFunctionalTests.m file in the Project Navigator panel of XCode.
  4. In the settings.plist file, set TestAppUrl and TestAppApplicationKey to a valid URL and Application Key for a working Mobile Service.
  5. Run the tests using Command-U.

Running the E2E Tests

  1. Create a test server to test against, see: E2E Test Suite
  2. Open the ZumoE2ETestApp\ZumoE2ETestApp.xcodeproj file in XCode.
  3. Drag a copy of the WindowsAzureMobileServices.framework into the project
  4. Pick the device to test and run the project

Future of Azure Mobile Apps

Microsoft is committed to fully supporting Azure Mobile Apps, including support for the latest OS release, bug fixes, documentation improvements, and community PR reviews. Please note that the product team is not currently investing in any new feature work for Azure Mobile Apps. We highly appreciate community contributions to all areas of Azure Mobile Apps.

Useful Resources

Contribute Code or Provide Feedback

This 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.

azure-mobile-apps-ios-client's People

Contributors

brettsam avatar brondavies avatar carlosfigueira avatar damienpontifex avatar davidni avatar dhei avatar elamalani avatar erychagov avatar gb92 avatar gsach avatar guperrot avatar hasankhan avatar intellitour avatar kspk avatar matkovivan avatar phvannor avatar pragnagopa avatar pvbchak avatar shrishrirang avatar soninaren avatar thyeggman avatar tjanczuk avatar toddreifsteck avatar vt-cezary avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.