SKProductRequest return 0 响应
SKProductRequest return 0 in response
请帮帮我,
我在我的 iOS 应用程序中实施了应用程序内购买。并在 iTunes Connect 上创建应用内购买。此 In-App 处于 "Ready to Submit" 状态。
但是每当我在 iPad SKProductRequest 响应中尝试使用 Xcode 时,总是 return 0。
我卡了2天了,还是没找到解决办法。请给我建议的朋友。
还有一件事令人困惑,我的 iTunes 帐户合同和税务信息不固定。所以我认为这个问题是为了那个?
因为在我的 Itunes 帐户中不断显示下面的消息
You do not currently have a iOS Paid Apps contract in effect. If this In-App Purchase was submitted with your app, then your app will not be available on the App Store until your contract goes into effect. Legal, Admin, and Finance users can go to the Agreements, Tax, and Banking module in iTunes Connect to view your contract status.
Your first In-App Purchase must be submitted with a new app version. Select it from the app’s In-App Purchases section and click Submit.>
请指出哪里卡住了,为什么?
谢谢
要使应用内购买即使在沙盒模式下也能正常工作,您需要确保几件事
- 您的 IAP 产品设置正确
- 您使用的是正确的 mobileprovision 文件
- 您的 iOS 付费应用合同已同意(即使您尚未填写信息)。
只有这样,您才会在您的应用中收到 IAP 信息。
请帮帮我, 我在我的 iOS 应用程序中实施了应用程序内购买。并在 iTunes Connect 上创建应用内购买。此 In-App 处于 "Ready to Submit" 状态。 但是每当我在 iPad SKProductRequest 响应中尝试使用 Xcode 时,总是 return 0。
我卡了2天了,还是没找到解决办法。请给我建议的朋友。
还有一件事令人困惑,我的 iTunes 帐户合同和税务信息不固定。所以我认为这个问题是为了那个?
因为在我的 Itunes 帐户中不断显示下面的消息
You do not currently have a iOS Paid Apps contract in effect. If this In-App Purchase was submitted with your app, then your app will not be available on the App Store until your contract goes into effect. Legal, Admin, and Finance users can go to the Agreements, Tax, and Banking module in iTunes Connect to view your contract status. Your first In-App Purchase must be submitted with a new app version. Select it from the app’s In-App Purchases section and click Submit.>
请指出哪里卡住了,为什么?
谢谢
要使应用内购买即使在沙盒模式下也能正常工作,您需要确保几件事
- 您的 IAP 产品设置正确
- 您使用的是正确的 mobileprovision 文件
- 您的 iOS 付费应用合同已同意(即使您尚未填写信息)。
只有这样,您才会在您的应用中收到 IAP 信息。