ForgeRock Developer Experience

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

  1. In Xcode, select File > New > Project.

  2. At the top of the Choose a template for your new project dialog, on the iOS tab, select App, and then click Next.

  3. In the Choose options for your new project dialog:

    1. In Product Name, enter DemoApp

    2. In Organization Identifier, enter com.forgerock

    3. For Interface, select Storyboard

    4. For Language, select Swift

    5. Click Next

  4. Browse to a location to save the project, and then click Create.

Copyright © 2010-2024 ForgeRock, all rights reserved.