Android Marketplace 上每个应用程序的公钥,可能吗?
实施 Android Marketplace 的许可功能时遇到了问题。
如果我有超过 1 个应用程序正在测试,我如何让市场许可根据应用程序向我的测试人员返回不同的代码? IE 应用程序 1 我希望每个人都被拒绝,但应用程序 2 应该会好起来......我不知道该怎么做。
我必须购买另一个开发者帐户才能实现此目的吗?如果是这样,这会带来什么问题?
Implimenting the licensing features for the Android Marketplace, and have run into a problem/question.
If I have more than 1 app in testing, how do I have the marketplace licensing return a diffent code to my testers based on App? IE App 1 I want everyone to get rejected, but app 2 should be getting OKAY... I don't see how to do this.
Must I buy another developer account to accomplish this? And if so, what issues does this bring up?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法按原样在市场中为每个应用程序设置硬编码的许可证响应(我不在 Google 工作,所以我不知道他们是否会更改这一点)。
创建第二个开发者帐户也无济于事,因为您将遇到包名称冲突,除非您确实想经历每次构建时更改包名称的所有麻烦。
所以目前还没有简单的解决方案。
You cannot set a hard coded licence responses per application in Market as it stands (I don't work for Google so I don't know if they are ever going to change that).
Creating a second developer account won't help either as you will have a package name clash unless you really want to go through all the aggravation of changing the package name each build.
So at the moment there's no easy solution to this.