IDTech iOS Framework Guide  1.1.088
API reference for UniPay
Import the necessary framework/libraries

Communicating with UniPay requires the following framework/libraries to be imported into the project:

  • IDTech.framework
  • MediaPlayer.framework
  • AVFoundation.framework
  • AudioToolbox.framework
  • CFNetwork.framework

Also, import the following resource bundle:

  • IDTech.bundle

Under Build Phases, select Link Binary With Libraries and click the Add (+) button

build_phase_before.png

On the Choose Frameworks screen, click "Add Other" in the lower left

select_library1.png

Navigate to the IDTech.framework folder, and click "Open"

select_library_vmf.png

Repeat process for MediaPlayer.framework, AVFoundation.framework, AudioToolbox.framework, and CFNetwork.framework

Link another library. Under Copy Bundle, click the Add (+) button, click "Add Other", navigate to and select the IDTech.bundle file and click "Open"

bundle1.png

bundle2.png

bundle3.png

The Build Phases should now include the required frameworks/libraries for the UniPay

build_phase_after_up.png