简体   繁体   English

openUrl识别应用-在歌曲页面中

[英]openUrl to spotify app - in songs page

In swift or objective c to open the spotify app from my own app, i do like this (swift version): 在Swift或Objective C中从我自己的应用程序打开Spotify应用程序时,我确实喜欢这样(快速版本):

 UIApplication.sharedApplication().openURL("spotify:")

I know how to go to a specific track, artiste, playlist , etc ( spotify:track:... , spotify:artist:... ). 我知道如何转到特定的曲目,艺术家,播放列表等( spotify:track:...spotify:artist:... )。 But it is possible to open the "Songs" view? 但是可以打开“歌曲”视图吗?

for iOS there is no url. 对于iOS,没有网址。


for OSX the 'url' is spotify:collection-songs 对于OSX,“ url”是spotify:collection-songs

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM