Okay we are just gonna get this out there. We still have a lot to do, but wanted to allow people to to jump in and start playing! Please share! #Bitcoin

https://testflight.apple.com/join/oA4Dmm8f

Reply to this note

Please Login to reply.

Discussion

#[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