Hi Karthikeyan,
Our configuration is as follows:
QRBarcodeSettings settings = new QRBarcodeSettings();
settings.Version = QRVersion.VersionAuto;
settings.ErrorCorrectionLevel = QRErrorCorrectionLevel.High;
barcode.SymbologySettings = settings;
Note that the ErrorCorrectionLevel was already set to high and we still had that issue with the QR generated.
Based on our test, issue appears randomly when the mobile orientation is changed to Landscape, the QR image gets distorted and can't be read.
Tested on iPhone XS iOS v12.0.1 and iPhone SE.
Please advice.
Regards,
Rubens