coinbase / coinbase-ios-sdk

Integrate bitcoin into your iOS application with Coinbase
https://www.coinbase.com/
Apache License 2.0
171 stars 67 forks source link

Example not working with installed coinbase app #31

Closed mihaerzen closed 6 years ago

mihaerzen commented 6 years ago

I tried integrating this SDK to my application but whatever I tried, it never opened the confirmation screen with installed coinbase app. It always opened the website flow. I tried it with the example and it also doesn't work. Is this an issue with the SDK or coinbase app update?

Link to a video recording to better sum up what I'm talking about: https://www.dropbox.com/s/lgx4tg1yruku8pj/ScreenRecording_12-03-2017%2018%3A27.MP4

zackperdue commented 6 years ago

You need to add in your info.plist LSApplicationQueriesSchemes -> Array

mihaerzen commented 6 years ago

@zackperdue Nice thx! I created a PR #32 where this is documented.