Microsoft Graph SDK for Objective-C 0.1.1 Release Notes

Darrel Miller

In our most recent preview release of the Graph SDK for Objective C, we incorporated a wide range of enhancements. We have added support for MacOS and distribution via CocoaPods.

In addition to updates to our core SDK, we now have provide an authorization provider that simplifies the integration of the Microsoft authentication library(MSAL) and the Graph SDK.

We also now provide a library of model classes to simplify working with request and response payloads.

In our core SDK we have added a set of options for configuring the behavior of our middleware components. The client factory can now be configured to select a sovereign cloud, enable a proxy and set custom timeout values.

Core Package

Instructions on how to reference the CocoaPod and use the SDK are provided in the Readme of the GitHub repo.

Auth Package

Instructions on how to reference the CocoaPod and create an Authorization Provider for use with the Graph SDK are provided in the Readme of the GitHub repo.

Models

Instructions on how to reference the CocoaPod to how to use the models with the Graph SDK are included in the Readme of the GitHub repo.

Feedback usabilla icon