是否可以在 Play 商店中部署调试 APK?
Is it possible to deploy debug APKs on the play store?
我想将我的应用程序的 调试 版本发布到 Google Play 商店进行 alpha/beta 测试
- 将具有与生产应用程序不同的包名称
- 永远不会发布到生产频道,仅 alpha/beta 个频道
我的想法是,我可以分发 fake
、dev
、staging
应用程序以及我们的 prod
应用程序
不,你不能。
请阅读开发者协议以获取详细信息。
你的问题的答案是否定的。
根据备选方案:
The only way to test your debug version is to generate an apk and send it to your friends in some way and have them install it on their phones or to physically connect their phones and install the app on them
2021 年以来https://play.google.com/console/about/internalappsharing/
是,供内部使用。
- You can upload and share debuggable APKs.
我想将我的应用程序的 调试 版本发布到 Google Play 商店进行 alpha/beta 测试
- 将具有与生产应用程序不同的包名称
- 永远不会发布到生产频道,仅 alpha/beta 个频道
我的想法是,我可以分发 fake
、dev
、staging
应用程序以及我们的 prod
应用程序
不,你不能。
请阅读开发者协议以获取详细信息。
你的问题的答案是否定的。
根据备选方案:
The only way to test your debug version is to generate an apk and send it to your friends in some way and have them install it on their phones or to physically connect their phones and install the app on them
2021 年以来https://play.google.com/console/about/internalappsharing/
是,供内部使用。
- You can upload and share debuggable APKs.