I cloned the coinbase-ios-sdk project, then debug it on my real device through Xcode.
When I click "Sign in with Coinbase" button, it jumped to Safari, instead of my Coinbase app.
The xcode log is :
2018-02-08 09:47:06.450807+0800 coinbase[9742:1951334] -canOpenURL: failed for URL: "com.coinbase.oauth-authorize:/oauth/authorize?response_type=code&client_id=f74b2d17b9af897e618efb1ca4d0c502fa7035e41260bef2c0e146c7b9c96b2d&scope=balance%20transactions%20user&redirect_uri=org.cocoapods.demo.coinbase.coinbase-oauth%3A%2F%2Fcoinbase-oauth" -
error: "This app is not allowed to query for scheme com.coinbase.oauth-authorize"
I expect the authorize will deal by my Coinbase app instead of the safari.
Below is my device info:
my MacPro: macOS High Sierra, Version 10.13.3 (17D47)
I cloned the coinbase-ios-sdk project, then debug it on my real device through Xcode. When I click "Sign in with Coinbase" button, it jumped to Safari, instead of my Coinbase app.
The xcode log is :
I expect the authorize will deal by my Coinbase app instead of the safari.
Below is my device info:
If someone know why, please tell me.
Thanks!