No momento, esta página não está disponível em português
Use the library in a custom application
Steps
- include
UISupportedExternalAccessoryProtocols
in the Info.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 a Podfile
if one does not already exist and add the line pod 'AdyenToolkit', :path => '../AdyenPOSLib'
- Run
pod install
to install the library.