Skip to main content

Requirements

  • iOS 13.0 or later
  • Xcode 14.0 or later
  • Swift 5.7 or later

Install via Swift Package Manager

Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the Swift compiler.

Step 1: Add Package Dependency

In Xcode, select File ▸ Add Packages…: Xcode Add Packages menu

Step 2: Enter Package URL

Enter the AppPanel SDK repository URL:
https://github.com/apppanel/AppPanel-iOS
Enter package URL With AppPanel-iOS selected, click Add Package.

Step 3: Select Package Options

Choose the version rule (recommend “Up to Next Major Version”): Select package version Make sure it’s being added to the right target, then click Add Package.

Next Steps

Now that you’ve installed the SDK, continue to Configuration to set up the SDK in your app.