IOS开发之IAP(In-App Purchases)的Invalid Product IDs问题所在

来源:互联网 发布:批量部署windows 编辑:程序博客网 时间:2024/05/17 19:21
  • Have you enabled In-App Purchases for your App ID?
  • Have you checked Cleared for Sale for your product?
  • Have you submitted (and optionally rejected) your application binary?
  • Does your project’s .plist Bundle ID match your App ID?
  • Have you generated and installed a new provisioning profile for the new App ID?
  • Have you configured your project to code sign using this new provisioning profile?
  • Are you building for iPhone OS 3.0 or above?
  • Are you using the full product ID when when making an SKProductRequest?
  • Have you waited several hours since adding your product to iTunes Connect?
  • Are your bank details active on iTunes Connect? (via Mark)
  • Have you tried deleting the app from your device and reinstalling? (via Hector, S3B, Alex O,Joe, and Alberto)

  • Is your device jailbroken? If so, you need to revert the jailbreak for IAP to work. (via oh my god,Roman, and xfze)
稍后补充详细。

0 0