Point-of-sale icon

Use the library in a custom application

Steps

  1. include UISupportedExternalAccessoryProtocols in the Info.plist file with the following values:
    • com.verifone.pmr.zontalk
    • com.verifone.pmr.xpi
  2. Include AdyenToolkit library in ../AdyenPOSLib folder.
  3. Navigate to your project folder.
  4. Install Cocoapods if necessary.
  5. Run pod init to create a Podfile if one does not already exist and add the line pod 'AdyenToolkit', :path => '../AdyenPOSLib'
  6. Run pod install to install the library.