问题
I would like to open a SoundCloud track in the SoundCloud iOS app. I was under the impression that the correct url scheme to use is soundcloud:track:[track_id]
.
This opens the SoundCloud app but doesn't select the correct track.
Can anyone shed some light on how to get this functioning correctly
回答1:
tracks should be in plural, like this:
soundcloud:tracks:[track_id]
回答2:
The scheme is correct, but the notation is a little strange. There is a literal colon in it. The following link is of the correct form and currently works on iOS.
soundcloud://tracks:125636702
回答3:
Not sure if/when this changed, but the current URL is soundcloud:sounds:[track_id]
来源:https://stackoverflow.com/questions/11430436/url-to-open-track-in-soundcloud-ios-app