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

Can I still use the sdk on my iOS application even if it is deprecated? #68

Closed parthgargava closed 2 years ago

parthgargava commented 2 years ago

What are the disadvantages of using the deprecated ios sdk? Is there a better way to sign in into coinbase using OAuth other than using this sdk?

jwitcig commented 2 years ago

Hey @parthgargava,

You are free to use the deprecated SDK in its current state, but you should know that it means that we will no longer be providing support for the library. Know that there may be bugs, missing nice-to-haves, etc. For the best experience with Coinbase APIs, you should look into Coinbase Cloud.

You are also welcome to fork the repository to make your own desired changes, or utilize a fork previously made by other community members.

Best of luck with your project!