Steps
- include
UISupportedExternalAccessoryProtocols
in theInfo.plist
file with the following values:com.verifone.pmr.zontalk
com.verifone.pmr.xpi
- Include
AdyenToolkit
library in../AdyenPOSLib
folder. - Navigate to your project folder.
- Install Cocoapods if necessary.
- Run
pod init
to create aPodfile
if one does not already exist and add the linepod 'AdyenToolkit', :path => '../AdyenPOSLib'
- Run
pod install
to install the library.