I’m creating a native app and I want to make a function/action to QR code scan an order ID for order details screen instead of typing the order ID (Which is 10 digits long). I can make the QR code but I can’t make the QR code scanner function. For example my order ID 1234567890, Now I want to view the details information of this order ID, but I couldn’t able to make the action. When I open the QR scanner, the device vibrates once.
Did you actually built the app and put it onto the device (e.g. via Testflight on iOS)?
QR code scanner works only with a native apps, not with webapps.
Sorry, I can’t help here - I have iOS and can’t test it by myself May be someone from the community can give an advice…
Also, some general advices for debugging this:
try to create a “simple flow” (not with Trigger notification) - just 2 screens with QR code scanner and a result screen. If this works -> problem is not with QR code scanner
if you have any other device to test - this could be useful for diagnostics (is it device/OS specific or not)
try to scan different codes - may be this error is code-specific