Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the maximum string length for QRcode_encodeStringStructured? #222

Closed
lexuanquynh opened this issue Jun 15, 2024 · 1 comment
Closed

Comments

@lexuanquynh
Copy link

I read a piece of text from a txt file. I then use this function to generate multiple QRCodes. However, it says it cannot be processed.

QRcode_List *qr_list = QRcode_encodeStringStructured([data UTF8String], 1, QR_ECLEVEL_L, QR_MODE_8, 1);
    if (qr_list == NULL) {
        NSLog(@"Failed to encode data into QR code.");
        return @[];
    }
@lexuanquynh
Copy link
Author

I fixed it by increase version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant