Hi I am trying to implement the sound cloud API from the sound cloud tutorial for iOS (https://developers.soundcloud.com/docs/api/ios-quickstart)
I am having trouble with ARC. It seems like OAUTH2 uses ARC but the sound cloud API does not. Is there anyone who has gone through this process and can help me through this?
I feel the tutorial is missing some crucial steps