You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
When you use either the desktop wallet or the app to generate a payment request QR code it uses the dogecoin:<address> URI. However, trying to use the built in QR scanner in the app rejects this code as "Invalid Dogecoin URI"
Here's a payment request generated by the app:
When you try to scan it, the app errors with Invalid Dogecoin URI: dogecoin:DJRAzMrPUBRKaVZefdfp5DipA4tQ7JCYsk?amount=1313
The text was updated successfully, but these errors were encountered:
I can confirm this issue. I was just testing sending between the latest dogecoin-qt and the Android app and the android app cannot handle the QR codes generated due to the dogecoin: URI prefix I guess. This limits the utility of the app.
Also does not work when URI is typed into chrome and the wallet gets the intent from their. the issue is not with the camera but from something about how the URI (https://en.bitcoin.it/wiki/BIP_0020) is parsed or something.
When you use either the desktop wallet or the app to generate a payment request QR code it uses the
dogecoin:<address>
URI. However, trying to use the built in QR scanner in the app rejects this code as "Invalid Dogecoin URI"Here's a payment request generated by the app:
When you try to scan it, the app errors with
Invalid Dogecoin URI: dogecoin:DJRAzMrPUBRKaVZefdfp5DipA4tQ7JCYsk?amount=1313
The text was updated successfully, but these errors were encountered: