我可以在 Xcode 中使用 Spotify Web API 来开发原生 iOS 应用程序吗?

Posted

技术标签:

【中文标题】我可以在 Xcode 中使用 Spotify Web API 来开发原生 iOS 应用程序吗?【英文标题】:Can I use the Spotify Web API in Xcode to develop a native iOS app? 【发布时间】:2016-10-02 17:39:57 【问题描述】:

我想使用 Swift 和网络语言来编写我的应用程序,但我对如何实现这一点感到困惑。 Spotify 的 API 是用 Obj C 编写的,但我想通过使用 Obj C 流式传输歌曲和他们的 web api 来搜索和做其他事情来尽可能地规避这一点。

谢谢!

【问题讨论】:

Can I combine a ios framework and Web API to make a iOS native app?的可能重复 【参考方案1】:

您可以使用桥接头在 Swift 中使用 Spotify 的 API。创建一个新的头文件,添加#import "Spotify/Spotify.h",进入Build Settings并搜索Objective-C Bridging Header(在Swift Compiler - Code Generation下),并添加您刚刚制作的头文件的名称。您可能还需要在 Build Settings 的 Other Linker Flags 下添加“-all_load”。

【讨论】:

以上是关于我可以在 Xcode 中使用 Spotify Web API 来开发原生 iOS 应用程序吗?的主要内容,如果未能解决你的问题,请参考以下文章

Spotify Web API - 缺少 401 权限

使用 ISRC 代码从 Spotify API 获取曲目信息

在 Spotify 的搜索 API 中按艺术家搜索的正确 python 语法?

如何在 Spotify APi 上获取播放列表的歌曲推荐

Powershell Invoke-WebRequest 和字符编码

Spotify iOS SDK Beta 5 构建错误