使用不同的发布商帐户测试 Android 市场许可
我正在代表客户开发 Android 应用程序。由于没有允许发布商帐户多次登录的设施,因此客户不希望我访问发布商帐户,因为这将使我能够访问 Google Checkout 帐户和其他敏感信息。客户要求我发送 APK 供他上传。
这很好,但我需要确保许可正常工作。我的计划是拥有自己独立的发布者帐户,并使用其公钥来测试许可实施。然后,当我确信它可以工作时,我所要做的就是让客户从他的发布者帐户向我发送公钥,然后我将其交换进去。
这有什么理由行不通吗?
即使我从未从该帐户发布 APK,首先将 APK 上传到我的测试帐户是否可能会出现问题?
I am developing an Android app on behalf of a client. Since there's no facility for allowing multiple logins for a publisher account, the client prefers me not to have access to the publisher account, since that would give me access to the Google Checkout account and other sensitive information. The client has asked me to send the APKs for him to upload.
This is fine, but I need to be sure that the licensing works correctly. My plan is to have my own separate publisher account, and use its public key for testing the licensing implementation. Then, when I'm confident it's working, all I have to do is get the client to send me the public key from his publisher account, and I swap it in.
Is there any reason this wouldn't work?
Are there likely to be problems with uploading the APK to my test account first, even if I never publish it from this account?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需确保您上传的 apk 的包名称与将为您的客户端上传的包名称不同即可。
just make sure that the apk you upload has a different package name than the one that will be uploaded for your client.