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

Improve app switch interface #6

Closed mickeyreiss closed 9 years ago

mickeyreiss commented 9 years ago

Changes

Our main motivation for these changes was being able to collect more valuable analytics on user behavior during Coinbase OAuth flows.

Note: there is a change to the return type of startOAuthAuthentication, which we consider to be essentially backwards compatible, since the truthy and falsy return values are consistent with this change.

Thanks!

cc/ @david-bt

isaacwaller commented 9 years ago

Thanks, great change