在 MKStoreKit 的应用程序购买中失败:“产品的 iTunes 连接配置出现问题:xxx”
我正在尝试使用 MKStoreKit 在我的应用程序中实现应用程序内购买。我已按照所有步骤操作,但收到错误:
产品的 iTunes 连接配置问题:
我已重新创建配置文件,检查产品 ID 与 iTunes 连接中的相同,发送并拒绝二进制文件,尝试删除所有内容并重新设置,但没有任何效果。
有什么想法吗?
I'm trying to implement in app purchases in my App using MKStoreKit. I've followed all the steps and I'm getting the error:
Problem in iTunes connect configuration for product:
I've recreated the provisioning profiles, checked the product id is the same as in itunes connect, sent and rejected a binary, trying to delete everything and set it up again and nothing is working.
Any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我知道这是一个迟到的回复,但不知怎的,我在其他地方找不到这个问题的答案,所以我决定发布我的经验,希望它可以帮助其他沮丧的人解决这个问题。
我最近在我的免费应用程序中添加了应用程序内购买功能,在测试阶段以及在 App Store 上启动后我也遇到了同样的问题。
答案是耐心。由于某些奇怪的原因,在正确完成所有操作后,您需要等待大约一天的时间才能识别您的产品。因此,一旦您完成管理应用内产品 ID,您只会在第二天看到它起作用 - 因此不要删除并重新创建它 - 只需等待。
此外,在将您的应用程序与第一个应用程序内产品一起提交审批后,即使您的应用程序已获得批准并在App Store中可用,应用程序内产品一开始也可能无法运行,您会觉得自己做错了。再等一天左右,神奇的是,它就会开始起作用。
I know this is a late reply, but somehow I could not find the answer to this problem elsewhere so I decided to post my experience in hopes it might help other frustrated people with this issue.
I have recently added an In-App purchase to my Free app and I faced the same problem during the testing phase and also once it was launched on App Store.
The answer is Patience. For some odd reason, after doing everything correctly, you need to wait for around a day before your product is recognized. So once you finish your Manage In-App product ID, you will only see it working the following day - so don't delete and recreate it again - just wait.
Furthermore, after submitting your app for approval with the first In-App product, even when your app is approved and available in the App Store, the In-App might not work at first and you will feel you did something wrong. Wait another day or so, and magically, it will start to work.
它在我的情况下不起作用,因为手机已越狱。恢复后,它就像一个魅力。
It didn't work in my case cause the phone was jailbroken. After restoring it worked like a charm.
我的ipad已经越狱了。出现了“产品的 iTunes 连接配置问题:xxx”,我用常规(无越狱)ipad 更换了我的 ipad,现在它可以工作了。
my ipad was jailbroken. it was given this "Problem in iTunes connect configuration for product: xxx" i changed my ipad with regular(no jailbrek) ipad and it's working now.