iOS - QRGenerator framework

Solved! Go to solution
dulatheo
Regular Visitor

iOS - QRGenerator framework

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.

2 REPLIES 2
vkamboj
Community Moderator

Re: iOS - QRGenerator framework

Hi @dulatheo

 

I am working on your request and will get back to you soon.

 

Thank you, 

Vaibhav 

Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
vkamboj
Community Moderator

Re: iOS - QRGenerator framework

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 

Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.