Installation
Description of how to install the SDK in an iOS application.
Technology
This SDK is responsible for managing a QR code’s content to:
generate a QR code with specified QRCode
in a string format
parse and validate the QR code created in such way to the QRPayment
which could be later used to make a payment transaction request
The SDK itself does not provide the ability to make a transaction request, in order to do so, please refer to P2PTransfers
, which is a separate SDK offered by Verestro.
To get started using this SDK, call its shared instance shared
that provides the desired services or conform to the Has
protocol using the dependency injection pattern.
class P2PQRServicesProvider
shared
instance in order to call nested services.class QRCodeGeneratorParameters
class QRPaymentData
class QRPersonalReceiver
class QRReceiverWalletCard
class QRTransactionValue
protocol HasP2PQRSDK
protocol HasQRService
protocol P2PQRServiceProtocol
protocol QRReceiverProtocol
enum P2PServiceError
enum QRReceiver