IDTech iOS SDK Guide  1.1.166.045
API reference for VP3300
Import the necessary framework/libraries

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

  • IDTech.framework
  • ExternalAccessory.framework
  • MediaPlayer.framework
  • AVFoundation.framework
  • AudioToolbox.framework
  • CFNetwork.framework
  • CoreBluetooth.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

Link the ExternalAccessory framework. On the Choose Frameworks screen, type "exter" into the search bar, select ExternalAccesssory.framework and click "Open"

select_library_ea.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 VP3300

build_phase_after.png