You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: