【发布时间】:2019-06-08 09:32:00
【问题描述】:
我们将为 Play 商店中的 alpha 版本实施持续集成。我参考了 playstore 的文档和 github 项目以通过 API 发布 APK。但是我没有找到限制 Release API 只能由允许的 IP 地址使用的安全机制。如何根据ip地址限制Release API?
参考Google's best practice documentation 来保护 API 访问。他们还建议根据 IP 地址限制 API 访问。
提前致谢:)
【问题讨论】:
标签: android api google-play continuous-deployment google-play-developer-api