You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.MD
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Microsoft Office 365 Connect Sample for iOS Using Microsoft Graph (Swift)
2
2
3
-
Connecting to Microsoft Office 365 is the first step every iOS app must take to start working with Office 365 services and data. This sample shows how to connect and then call one API through Microsoft Graph (previously named Office 365 unified API).
3
+
Connecting to Microsoft Office 365 is the first step every iOS app must take to start working with Office 365 services and data. This sample shows how to connect and then call one API through Microsoft Graph.
4
4
5
-
> Note: For the Objective-C version of this sample, see [O365-iOS-Microsoft-Graph-Connect](https://github.com/OfficeDev/O365-iOS-Microsoft-Graph-Connect).
5
+
> Note: For the Objective-C version of this sample, see [O365-iOS-Microsoft-Graph-Connect](https://github.com/microsoftgraph/ios-objectivec-connect-rest-sample).
6
6
7
7
## Prerequisites
8
-
*[Xcode](https://developer.apple.com/xcode/downloads/) from Apple
8
+
*[Xcode](https://developer.apple.com/xcode/downloads/)version 7.3.1 from Apple
9
9
* Installation of [CocoaPods](https://guides.cocoapods.org/using/using-cocoapods.html) as a dependency manager.
10
10
* An Office 365 account. You can sign up for [an Office 365 Developer subscription](https://aka.ms/devprogramsignup) that includes the resources that you need to start building Office 365 apps.
11
11
@@ -16,6 +16,7 @@ Connecting to Microsoft Office 365 is the first step every iOS app must take to
16
16
17
17
* A client id (application id) and redirect uri values of an application registered in Azure. This sample application must be granted the **Send mail as user** permission for **Microsoft Graph**. To create the registration, see [Grant permissions to the Connect application in Azure](https://github.com/microsoftgraph/ios-swift-connect-rest-sample/wiki/Grant-permissions-to-the-Connect-application-in-Azure).
18
18
19
+
>**Note:** The sample was tested on Xcode 7.3.1. This sample does not yet support Xcode 8 and iOS10, which uses the Swift 3.0 framework.
19
20
20
21
21
22
## Running this sample in Xcode
@@ -29,7 +30,7 @@ Connecting to Microsoft Office 365 is the first step every iOS app must take to
29
30
30
31
pod install
31
32
32
-
For more information, see **Using CocoaPods** in [Additional Resources](#AdditionalResources)
33
+
For more information, see **Using CocoaPods** in [Additional Resources](#additional-resources)
33
34
34
35
3. Open **O365-iOS-Microsoft-Graph-Connect-Swift.xcworkspace**
35
36
4. Open **AuthenticationConstants.swift**. You'll see that the **ClientID** (application id you received from the registration process in the prerequisites section) and **RedirectUri** values can be added to the top of the file. Supply the necessary values here:
@@ -52,15 +53,15 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
52
53
53
54
## Questions and comments
54
55
55
-
We'd love to get your feedback about the Office 365 iOS Microsoft Graph Connect Swift project. You can send your questions and suggestions to us in the [Issues](https://github.com/OfficeDev/O365-iOS-Microsoft-Graph-Connect-Swift/issues) section of this repository.
56
+
We'd love to get your feedback about the Office 365 iOS Microsoft Graph Connect Swift project. You can send your questions and suggestions to us in the [Issues](https://github.com/microsoftgraph/ios-swift-connect-rest-sample/issues) section of this repository.
56
57
57
-
Questions about Office 365 development in general should be posted to [Stack Overflow](http://stackoverflow.com/questions/tagged/Office365+API). Make sure that your questions or comments are tagged with[Office365] and[MicrosoftGraph].
58
+
Questions about Microsoft Graph development in general should be posted to [Stack Overflow](http://stackoverflow.com/questions/tagged/MicrosoftGraph). Make sure that your questions or comments are tagged with [MicrosoftGraph].
0 commit comments