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

Scopes don't match current API version. #39

Closed swaterfall closed 2 years ago

swaterfall commented 6 years ago

No matter what I do I get 'Scopes don't match current API version.'

let permissions = "balance user send addresses" CoinbaseOAuth.startAuthentication(withClientId: cliendID, scope: permissions, redirectUri: authURL, meta: meta)

or

let permissions = "wallet:accounts:read,wallet:transactions:send,wallet:transactions:read" CoinbaseOAuth.startAuthentication(withClientId: cliendID, scope: permissions, redirectUri: authURL, meta: meta)

Any ideas?

jwitcig commented 2 years ago

Hi @swaterfall, my apologies for the delayed reponse. I hope that you were able to resolve this issue, but wanted to let you know we are deprecating this repository.

Thank you for filing this, your contributions are greatly appreciated!