URL to open track in SoundCloud iOS app

主宰稳场 提交于 2019-12-10 17:36:01

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!