Google Play 服务是否向开发人员预发布版本?

Does Google Play Services pre-release versions to developers?

我在 iOS 上工作了这么长时间可能会被宠坏,但是 Google 会在向 public?

我目前正在开发一个 SDK 项目,希望尽早测试最新的 Google Play 服务版本,最好是在完整的 Google Play 服务更新发布之前, 以确保SDK保持最新最好的功能。

我在文档中遗漏了什么吗?是否有在完整发布之前公布测试版/测试版的地方?

does Google release Google Play Service beta versions for developers prior to releasing the full versions to the public?

没有。他们反其道而行之——他们不会发布更新后的 Play Services SDK,直到大多数设备都更新到能够支持它为止。如果您的应用正在使用新的 SDK,并且最终在具有旧 Play Services Framework 的设备上运行,则您对 SDK 的部分使用将涉及提示用户升级他们的 Play Services Framework。

总体而言,他们在向后兼容性方面做得非常出色,因此使用早期版本的 Play Services SDK 编写的应用程序通常可以继续在具有新版本 Play Services Framework 的设备上运行。

Is there a place where beta / test versions are announced before a full release?

关于一般功能的公告有时会在 the Android Developers Blog, such as this post about the release of Play Services 6.5 上发布。