如何在没有开发证书的情况下为客户实施(和测试)应用程序购买?
我有一个客户想要在他们的一些应用程序上进行应用程序内购买,但显然他们不想给我他们的开发人员证书(甚至不确定这是否可能)。有人可以告诉我是否缺少某些东西,以便我能够在应用程序购买中为他们进行全面测试,而不必在我的开发证书下执行所有操作,然后在其身份上复制所有 itunes 连接内容?
缺口
I have a client who wants to do in app purchase on some of their apps, but obviously they don't want to have to give me their developer certificate (not even sure if that's possible). Can someone tell me if there is sosmething I'm missing so that I'll be able to fully test out in app purchase for them without having to do everything under my dev cert and then replicate all the itunes connect stuff on their identity?
Nick
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我过去曾为客户这样做过,但找不到在我自己的开发证书下设置虚拟应用程序并向其添加购买的方法。
您不需要添加许多购买来让您的代码正常运行(并且可测试),而且无论如何,应用内购买的创建现在是一个非常快速的过程。
无论您在哪个帐户下创建购买,您处理购买的代码都可能保持不变。除非您有权访问他们的帐户,否则在交付应用程序时您必须复制所有这些,因为购买与提交的应用程序 ID 相关联。
I've done this for a client in the past and could find no way around setting up a dummy app under my own dev certificate and adding purchases to that.
You shouldn't need to add many purchases in order to get your code up and working (and testable), and the creation of in app purchases is a very quick process now anyway.
Your code for handling purchases will likely remain the same regardless of which account you create the purchases under. Unless you have access to their account you would have to duplicate all this when it comes time to shipping the app anyway, since the purchases are tied to the app id being submitted.