Configuring the Framework

Before using Quantum Fabric APIs for iOS, you must configure Quantum iOS SDK into your IDEs, such as Xcode. Configuring the Quantum iOS SDK involves the following steps:

  1. Configuring KonySDK.xcframework to Project
  2. Adding Framework Dependencies

Configuring KonySDK.xcframework to Project

To configure KonySDK.xcframework to project, follow these steps:

  1. Extract the downloaded  temenos-ios-sdk.zip file.
  2. Drag  KonySDK.xcframework  to your Framework group in Xcode project.

  1. Select the Copy items into destination group's folder check box. Make sure it adds these libraries to your main target.

  2. Click Finish.

Adding Framework Dependencies

You need to link your binaries with the following libraries.

To configure binaries, follow these steps:

  1. In the Project Navigator, select your project.

  2. In the Editor, select your app target, navigate to Build Phases > Link Binary With Libraries and then click the Add (+) button.



  3. In the Choose frameworks and libraries to add dialog, type systemconf.
  4. Select the SystemConfiguration.framework, and then click Add. The system adds the selected frameworks to the project under the Link Binary With Libraries section. 
  5. Add the  MobileCoreServices.framework by following Step 3 through Step 4.
    The system adds the selected frameworks to the project under the Link Binary With Libraries section.
  6. Add the remaining frameworks (shown in the following image) under the Embedded Binaries section in the General tab.


    By doing so, these files will be listed in Link Binary With Libraries and Embedded Frameworks sections in the Build Phases tab.

  7. Add dependent libraries to your project, shown in the following screenshot:
  8. Add linker flags to your project , shown in the following screenshot: