如何在没有开发证书的情况下为客户实施(和测试)应用程序购买?

发布于 2024-11-09 04:22:53 字数 159 浏览 0 评论 0原文

我有一个客户想要在他们的一些应用程序上进行应用程序内购买,但显然他们不想给我他们的开发人员证书(甚至不确定这是否可能)。有人可以告诉我是否缺少某些东西,以便我能够在应用程序购买中为他们进行全面测试,而不必在我的开发证书下执行所有操作,然后在其身份上复制所有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

疯狂的代价 2024-11-16 04:22:53

我过去曾为客户这样做过,但找不到在我自己的开发证书下设置虚拟应用程序并向其添加购买的方法。

您不需要添加许多购买来让您的代码正常运行(并且可测试),而且无论如何,应用内购买的创建现在是一个非常快速的过程。

无论您在哪个帐户下创建购买,您处理购买的代码都可能保持不变。除非您有权访问他们的帐户,否则在交付应用程序时您必须复制所有这些,因为购买与提交的应用程序 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文