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

self.client is null when using sendAmount:to:completion in CoinbaseAccount.m #24

Closed CokePokes closed 2 years ago

CokePokes commented 7 years ago

As title says, I fixed this by using myCoinbaseAccountObject.client = self.coinbaseAPI <generated in app delegate.

jwitcig commented 2 years ago

Glad you were able to sort this out. Thanks for the answer!