# Amazon 集成

[**下载 SDK**](https://github.com/Pushwoosh/pushwoosh-android-sdk)\
[**示例项目**](https://github.com/Pushwoosh/pushwoosh-android-sample)\
[**SDK API 文档**](https://github.com/Pushwoosh/pushwoosh-android-sdk/tree/master/Documentation)

要将 Pushwoosh 推送通知集成到您的 Amazon 应用程序中，请按照以下步骤操作：

**1.** 查看 Android 集成[指南](../firebase-integration/integrate-pushwoosh-android-sdk)

**2.** 从 Amazon 获取 API KEY：[https://developer.amazon.com/sdk/adm/credentials.html](https://developer.amazon.com/sdk/adm/credentials.html)

<Aside type="caution">
对于应用的预发布或“调试”版本，请创建一个 API Key 并将其作为唯一数据存储在名为 `api_key.txt` 的文件中。将该文件放置在您项目的 assets 文件夹中。

注意：如果您的 API Key 包含任何空格或换行符，ADM 将无法识别。

对于应用的发布或“生产”版本，您可能不需要创建 API Key。如果您使用自己的证书为应用签名，则需要为应用的发布版本创建一个额外的 API Key。否则，如果您允许 Amazon 代表您为应用签名，则无需创建额外的 API Key。
</Aside>

**3.** 将 `com.pushwoosh:pushwoosh-amazon` 库添加到您的应用程序中

```txt title="build.gradle"
implementation 'com.pushwoosh:pushwoosh-amazon:+'
```

## 与我们分享您的反馈

您的反馈有助于我们创造更好的体验，因此如果您在 SDK 集成过程中遇到任何问题，我们非常希望听到您的声音。如果您遇到任何困难，请随时[通过此表单](https://docs.google.com/forms/d/e/1FAIpQLSd\_0b8jwn-V\_JmoPLIxIFYbHACCQhrzidOZV3ELywoQPXRSxw/viewform)与我们分享您的想法。