Adding Frameworks

UPI related dependencies needs to be added in the project.

  • Hyper QR framework: This framework is required to scan QRs in iOS devices. Downloadlink icon

  • Common Library: NPCI UPI common libraries is a set of utilities which PSP can embed into their UPIapp to communicate with NPCI central system to set/reset/change UPI PIN (earlierknown as MPIN), balance enquiry and for debit authorization with two factor secured authentication. This will be shared by Juspay.

Follow these steps to add a framework in an iOS project:

  1. Select the project in the Groups & Files pane in Xcode.

  2. Ensure that the proper target is selected on the left side, select the General tab.

  3. Scroll to the Frameworks, Libraries and, Embedded Content section.

  4. Select the + button at the bottom of the section to add the required frameworks.

  5. Select each one of the following frameworks and select Add.

Note

If you are using Xcode 15 and facing a “Cycle inside” issue during building the app, this issue can be fixed by moving ‘Embed Frameworks’ build phase above the ‘Run script’ build phase(s).

Last updated 7 months ago