langerhans / dogecoin-wallet-new

Dogecoin Wallet app for your Android device. Standalone Dogecoin node, no centralized backend required. Forked from the popular Bitcoin Wallet.
189 stars 105 forks source link

QR codes generated by app are considered invalid by the app #78

Open Jasdoge opened 3 years ago

Jasdoge commented 3 years ago

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:

invalid_valid_qr

When you try to scan it, the app errors with Invalid Dogecoin URI: dogecoin:DJRAzMrPUBRKaVZefdfp5DipA4tQ7JCYsk?amount=1313

zogith commented 3 years ago

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.

alexiskattan commented 3 years ago

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.

gitrodriguez09 commented 3 years ago

Hola, confirmo este problema. Screenshot_20210421-053453_Dogecoin Wallet