iOS in app purchase - no products received

后端 未结 9 1537
感情败类
感情败类 2020-12-13 10:29

I\'m trying to add in-app purchase to my app, following the techniques described here :

Introduction to In-App Purchases in iOS 6 Tutorial

I\'ve added a prod

9条回答
  •  爱一瞬间的悲伤
    2020-12-13 11:09

    I run into the exact similar problem. Here are some steps that needs to be adressed/checked after reading this technical note from Apple:

    • Create a unique App ID
    • Enable in-app purchasing for this App ID
    • Generate and install a new provisioning profile on your device
    • Update the bundle ID and code signing profile in Xcode
    • Check that your project’s .plist Bundle ID match your App ID
    • Complete your contract, tax, and banking Information. You need a VALID contract

    As mentioned by the official doc there is NO need to submit binaries neither submit screenshot of in-app purchase. I have seen a lot of missleading info about this on various blogs.

    After checking you have addressed each point in this list, delete your app and reinstall it.

    I was basically missing two things on my side: setting up correctly my contract for ios Paid app and i didn't install the new provisioning profile on my device. May be that was your issue?

提交回复
热议问题