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
Copy file name to clipboardExpand all lines: articles/active-directory/develop/quickstart-v2-ios.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,10 +89,9 @@ In a terminal window, navigate to the folder with the downloaded code sample and
89
89
90
90
> [!div renderon="portal" class="sxs-lookup"]
91
91
> 1. Extract the zip file and open the project in XCode.
92
-
> 1. Edit **ViewController.swift** and replace the line starting with 'let kClientID' with the following code snippet. Remember to update the value for `kClientID`and `kAuthority`with the client ID and tenant ID that you saved when you registered your app in the portal earlier in the quickstart:
92
+
> 1. Edit **ViewController.swift** and replace the line starting with 'let kClientID' with the following code snippet. Remember to update the value for `kClientID` with the client ID that you saved when you registered your app in the portal earlier in the quickstart:
>1. Open the project settings. In the **Identity** section, enter the **Bundle Identifier** that you entered into the portal.
98
97
>1. For iOS only, right-click **Info.plist** and select **Open As**>**Source Code**.
@@ -116,10 +115,9 @@ In a terminal window, navigate to the folder with the downloaded code sample and
116
115
> [!div renderon="docs"]
117
116
>
118
117
>1. Extract the zip file and open the project in XCode.
119
-
>1. Edit **ViewController.swift** and replace the line starting with 'let kClientID' with the following code snippet. Remember to update the value for `kClientID` and `kAuthority` with the clientID and tenant ID that you saved when you registered your app in the portal earlier in this quickstart:
118
+
>1. Edit **ViewController.swift** and replace the line starting with 'let kClientID' with the following code snippet. Remember to update the value for `kClientID` with the clientID that you saved when you registered your app in the portal earlier in this quickstart:
0 commit comments