In-app Purchase “ready to submit”, but won't let me submit it

前端 未结 5 1398
野的像风
野的像风 2020-11-30 03:15

I have some in-app purchases setup for an application. The in-app purchases are all tested, and working great - however I can\'t submit them for review. I submitted the ap

5条回答
  •  囚心锁ツ
    2020-11-30 03:50

    There are several things that needs to be checked first before submitting an app with in-app purchase :

    1. Enable in-app feature in your "Identifiers -> App IDs". This is usually automatically enabled by Apple by default
    2. Ensure the correct link from your "Provisioning Profile" to the "App IDs" above, which has in-app feature
    3. Build your file with the correct "Provisioning Profile".

    Before you update the binary, you must set up the in-app in iTunes. Goto the :

    1. "Manage In-app Purchases", and add/setup your pricing, description, etc in there. If you don't see this, then you will need to create a new version of your app first.
    2. Once done, it will change to "Submit Binary File"

    Now, update the new version description and select the correct in-app that you just created. Upload the binary file to Apple using Xcode, and status should change to "Waiting for Review".

提交回复
热议问题