coinbase / coinbase-ios-sdk

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

CoinbaseAccount sendAmount not working #15

Closed johnny77221 closed 2 years ago

johnny77221 commented 8 years ago

After authentication, I am able to get primary account from client object, and getBalance from account object. but when I can sendAmount:to:completion: the block response with null transaction and null error what I expected is sending BTC just like on the web I am using sandbox environment.

14lox commented 8 years ago

Hi John, Make sure you have set the correct scope / permission to allow the app to send and any other action you want to take. Cheers, Dai

johnny77221 commented 8 years ago

Hi, 14lox I saw the document on coinable website (https://developers.coinbase.com/docs/wallet/permissions) described permissions on other platform, which is different from the sample permission scope(balance transactions user) in the sample project. Where can I find the permission list for mobile SDK?

Thank you.

jwitcig commented 2 years ago

Hope you were able to get the information you needed. We're deprecating the SDK, and as such, will be closing this issue. Thank you for your contribution.