App Store分发配置资料来自不同帐户的资料与提交iTunes的帐户不同
我为客户开发了一个 iPhone 应用程序。我可以根据从我的苹果开发者帐户生成的应用程序商店分发配置文件对应用程序进行代码签名,然后将其发送给客户端并发送给客户端吗?让他从他的苹果开发者帐户提交到苹果itunes?
I have developed an iphone app for a client. Can I code sign app against the appstore distribution provisioning profile generated from my apple developer account, send it to the client & let him submit it to apple itunes from his apple developer account?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据我的经验,这是不可能的。您需要从要用于发布到应用程序商店的同一开发者帐户生成配置文件。
As i learned from my experience, this is not possible. You need to have the provisioning profile generated from the same developer account which you want to use to publish to the appstore.
基本上是的,但是请查看 xcode 4 存档管理器。您可以与另一个 Xcode 共享存档。从那里开始,似乎可以重新签约。由于您的客户无论如何都必须使用他的 xcode 来提交到 AppStore,因此这可能是一种方法。
Basically yes, but look into the xcode 4 archive organizer. You can share an archive with another Xcode. From there it seems to be possibe to do a re-signing. Since your client must use anyway his xcode for submitting to the AppStore, this might be a way to go.