#[1] Im working on adding cashapp as an way to receive ⚡ from LN Games app.
Do you know if cashapp has url scheme on iOS?
Normally I can do a canOpenURL with something like cashapp:// to check if the user has the app.
#[1] Im working on adding cashapp as an way to receive ⚡ from LN Games app.
Do you know if cashapp has url scheme on iOS?
Normally I can do a canOpenURL with something like cashapp:// to check if the user has the app.
With the help of a Zebedee friend we found it. 😉
squarecash://
this is how damus be opening them from the wallet menu:
return .init(index: 1, tag: "cashapp", displayName: "Cash App", link: "https://cash.app/launch/lightning/",
appStoreLink: "https://apps.apple.com/us/app/cash-app/id711923939", image: "cashapp")
was fasinated by how different the link structures are aloud to be on iOS on this list
https://github.com/damus-io/damus/blob/master/damus/Models/Wallet.swift