There are so many good barcode generator libraries for b4a but when will we get one for b4i that goes beyond 80 characters.
Currently as a trial I increased the 78 limit of QRGenerator but got:
Error occurred on line: 87 (BytesBuilder)
*** -[NSConcreteMutableData initWithLength:]: absurd length: 18446744073709551156, maximum size: 9223372036854775808 bytes
My current project needs to follow an industry standard where larger barcodes are used.
Aztec would be a very attractive addition. Currently as a trial I increased the 78 limit of QRGenerator but got:
Error occurred on line: 87 (BytesBuilder)
*** -[NSConcreteMutableData initWithLength:]: absurd length: 18446744073709551156, maximum size: 9223372036854775808 bytes