Hello, I downloaded from Assets of the project
Mobile Push Payment Acquirer or Merchant SDK for QR generation - Swift 4.2
Then as it is written in QRGeneratorSDKIntegrationGuide I imported framework to the project. And now in the swift class I can't call QRGenerator methods for generation TLV string,
QRCodeGenerator.generateQRCodeString(qrCodeDictionary: qrData) { (generatorResponse) inprint("****** QR Generator positive scenario testcase ******")
print("TLV -> \(String(describing: generatorResponse?.tlvString))")
}
It says that this kind of methods not found. Please help.
Solved! Go to Solution
Hi @dulatheo,
I am working on your request and will get back to you soon.
Thank you,
Vaibhav
Hello @dulatheo,
The team has tested the Generator and its working fine.
Please refer the sample app which is there in SDK folder.
Thank you,
Vaibhav