Skip to content

Improve Deep Links #647

@co-in

Description

@co-in

At now we have to use two links:

One for the application
https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet&launch=true

Second for accepting payment
dash:Xgzpd6doencq7ihrz9nvDrYEUaRTfDKm2Q?amount=1

It would be very cool to post a link to download and accept payment in one QR
https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet&launch=true&pay=Xgzpd6doencq7ihrz9nvDrYEUaRTfDKm2Q&amount=1
alt text

If I'm not mistaken, this is done somehow through android:sspPrefix or android:sspPattern

<data 
  android:scheme="https" 
  android:host="play.google.com" 
  android:sspPrefix="/store/apps/details?id=hashengineering.darkcoin.wallet"
/>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions