libspotify 12.1.64

libspotify 12.1.64

许可证 商业
发布最后发布2014年12月

未申领 维护。



libspotify 12.1.64

  • Spotify AB
                             libspotify 12.1.64
               ----------------------------------------

                   Copyright © 2006-2013 Spotify Ltd
  1. 介绍

    这是 libspotify C API 包。使用它可以编写利用 Spotify 音乐流服务应用程序。

  2. 包结构

    该包的结构如下

    libspotify-12.1.64-iOS/ ChangeLog 包含 libspotify 中新增和变更的功能说明 README 此 README 文件 LICENSE 支配库及其相关文件的许可证 licenses.xhtml 支配包含在 libspotify 中的第三方库的许可证 libspotify.framework 包含头文件和共享库的 libspotify 框架 doc/html/ HTML 格式的文档 此信息也可在网上找到 images/ 用于使用 libspotify 的应用程序的图形。请参阅下文第 6 节。 man3/ libspotify 的手册页 examples/ 示例源代码的根目录

  3. 兼容性和要求

    该库是为 armv6、armv7 和 i386 构建的通用二进制。

    它需要

    • iOS 4.0 或更高版本
  4. 安装

4.1 使用 Xcode 4 连接到 iOS 应用

1. Drag and drop libspotify.framework to the "Frameworks" group in
   the project navigator.
2. In the project navigator, select your project. Select your target
   and select the "Build Phases" tab.
3. In the "Link Binary With Libraries" group, click on the "+" button.
4. Select CFNetwork.framework and click "Add".
5. Repeat this with libstdc++.dylib and Security.framework.

There are additional things you can and should do as an audio app;
setting the audio session category and activity; setting your background
modes in info.plist; checking Reachability; and so on.

4.2 示例 在 doc/examples 中有许多示例,但它们大多是用 Unix 命令行编写的示例。有关 Objective-C 示例,请参阅 CocoaLibSpotify 包装器和示例应用程序,链接为 https://github.com/spotify/cocoalibspotify/

  1. 应用程序密钥

    示例程序需要一个名为 appkey.c 的文件,该文件包含在包中。您需要在前端开发者网站上请求应用程序密钥,链接为 http://developer.spotify.com/,然后再能运行它们。

  2. 标志和商标

    images/ 子目录中的图形可用于在 libspotify 应用程序中使用。使用这些图形的条款和条件可在 http://developer.spotify.com/ 上找到。

    images/ 中包含一个文本文件,其中包含用于非图形应用程序的文本。

  3. 许可证

    您应该已经收到一份独立的 LICENSE 文件,与此 README 一起。