Skip to content

masters3d/Azure.iOS

 
 

Repository files navigation

Azure.iOS Build Status Carthage compatible

Azure.iOS is a collection of SDKs for rapidly creating iOS apps with modern, highly-scalable backends on Azure.

This project is in active development and will change. As the SDKs become ready for use, they will be versioned and released. We will do our best to conduct all development openly by posting detailed requirements and managing the project using issues, milestones, and projects.

SDKs

The SDKs are broken out by function and are designed to work just as well individually as they do together.

AzureCore

Current State: Development

AzureCore API Reference and samples can be found on our wiki.

AzureCore is a shared dependency of the other four SDKs. It will include the following functionality:

  • Secure Storage
  • Preference Storage
  • Reachability
  • Logging
  • Encoding
  • User Agent Generation
  • Base Errors

More information on the features to be included in AzureCore can be found the Requirements wiki document.

AzureAuth

Current State: Requirements

AzureAuth API Reference and samples can be found on our wiki.

AzureAuth is an SDK that enables authentication with popular identity providers SDKs to be used to securely access backend services on Azure App Service. AzureAuth will support five identity providers out of the box: Azure Active Directory, Facebook, Google, Microsoft Account, and Twitter. Your app can use any number of these identity providers to provide your users with options for how they sign in.

Azure App Service uses federated identity, in which a third-party identity provider stores accounts and authenticates users. The application relies on the provider's identity information so that the app doesn't have to store that information itself.

More information on the features to be included in AzureAuth can be found the Requirements wiki document.

AzureData

Current State: Development

AzureData API Reference and samples can be found on our wiki.

AzureData is an SDK for interfacing with Azure Cosmos DB - A schema-less JSON database engine with rich SQL querying capabilities. It currently supports the full SQL (DocumentDB) API and development to add offline persistence will start very soon.

More information on the features to be included in AzureData can be found the Requirements wiki document.

AzurePush

Current State: Requirements

AzurePush API Reference and samples can be found on our wiki.

AzurePush will provide push notification functionality. The current SDK for Azure Notification Hubs can be found here. The intent is to migrate that SDK to this repository, update it, and refactor the API to ensure it works seamlessly with the other SDKs in this project to provide the best possible developer experience.

More information on the features to be included in AzureData can be found the Requirements wiki document.

AzureStorage

Current State: Requirements

AzurePush API Reference and samples can be found on our wiki.

AzureStorage will provide cloud storage functionality. The current SDK for Azure Storage can be found here. The intent is to migrate that SDK to this repository, update it, and refactor the API to ensure it works seamlessly with the other SDKs in this project to provide the best possible developer experience.

More information on the features to be included in AzureStorage can be found the Requirements wiki document.

About

This project is in active development and will change. As the SDKs become ready for use, they will be versioned and released.

We will do our best to conduct all development openly by posting detailed requirements and managing the project using issues, milestones, and projects.

Contributing

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.

Reporting Security Issues

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at [email protected]. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

License

Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. See LICENSE for details.

About

iOS client SDKs for Microsoft Azure

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.2%
  • Objective-C 0.8%