Closed mschonvogel closed 2 years ago
I'd like to deep-link from my app to the coinbase app. Did you implement an URL scheme that I could use to check whether the coinbase app is installed? (via UIApplication.sharedApplication().canOpenURL(...))
UIApplication.sharedApplication().canOpenURL(...)
Hi @mschonvogel, sorry for the very delayed response here. Links to the Coinbase app should use coinbase.com.
coinbase.com
Hope that helps!
I'd like to deep-link from my app to the coinbase app. Did you implement an URL scheme that I could use to check whether the coinbase app is installed? (via
UIApplication.sharedApplication().canOpenURL(...)
)