delannoyk / SoundcloudSDK

A Client for Soundcloud's API written in Swift!
MIT License
87 stars 27 forks source link

Issue of Soundcloud SDK pods & also facing issue in demo test app #53

Open kalyanichaudhari03 opened 3 years ago

kalyanichaudhari03 commented 3 years ago

Hey i need to implement SoundCloud in Our iOS app.. So i have downloaded this SoundCloud SDK. Sample app in this source code is giving some issues like.. i have added all required details in App-delegate for Soundcloud.clientIdentifier = "" Soundcloud.clientSecret = "" Soundcloud.redirectURI = "" and then run app , when i am tapping on login it asks me for soundcloud credentails then in app it shows My Profile. when i tap on my profile & debug in xcode it gives error like "Soundcloud.SoundcloudError.forbidden" & if i search something in Searchbar &. then tap on Search button it gives error like Soundcloud.SoundcloudError.credentialsNotSet

this all above first part of my issue

2nd if i tried to install pods in my App i am getting errors in Pods files of Soundcloud. So which version SoundCloud should i use? or just i need to manually add this SoundCloud SDK? is this stable or not? As our app requires to Show tracks to user using SoundCloud & then user can play it. & then embed in our video clips.. this kind of feature needed in our app.

@delannoyk Can you please let me know what is issue? Or Could you please help me to work on my issue

delannoyk commented 3 years ago

Hi @kalyanichaudhari03 At this point, I would recommend not using this package anymore as SoundCloud made a bunch of changes to their API that basically renders any kind of client side API integration unusable (limiting tokens to 50/12hours but requiring one for all API calls). I've been using this package for years and in the last month I've received tons of feedback from my users that my app doesn't work anymore, all related to SoundCloud.