Step 1. Create a new app project
In this section, you will use Xcode to create a simple app that uses the ForgeRock SDK for iOS.
Prerequisites
Required:
-
Xcode 13 or higher
-
Swift 5 or higher, or Objective-C
Optional:
-
CocoaPods or Swift Package Manager
Create a new project
-
In Xcode, select File > New > Project.
-
At the top of the Choose a template for your new project dialog, on the iOS tab, select App, and then click Next.
-
In the Choose options for your new project dialog:
-
In Product Name, enter
DemoApp
-
In Organization Identifier, enter
com.forgerock
-
For Interface, select
Storyboard
-
For Language, select
Swift
-
Click Next
-
-
Browse to a location to save the project, and then click Create.