如何使用动态产品和动态价格购买应用程序?

时间:2016-04-13 12:43:09

标签: ios in-app-purchase itunesconnect

我在第一次使用应用程序购买时,我已将IAP添加到我的应用程序中,可以正常使用沙箱帐户。但是由于

,我的应用被拒绝了
11.7 Details

Additionally, we noticed that your In-App Purchase product was set to an incorrect Purchasability Type.

Your app includes several products, however, only one Consumable In App Purchase has been submitted for review.

Next Steps

Based on product functionality, please use the Non-Consumable In-App Purchase type for each product.

现在我有几个问题 -

1. Does I have to create manually different IAP for Different product because they are coming from server side with different price in ItunesConnect Account?

2. If I made product Non-Consumable then I have to add Restore button. How can i use and give restore button for all products?

3. My last question is My app successfully clear testflight beta app review process and ready to test but apple reject same build after submitted for review. I want to know testflight review process are differ from app submission review? 

我的英语不太好,但我想尽可能地解释我的问题。

提前致谢。非常感谢您的帮助。

1 个答案:

答案 0 :(得分:-1)

  1. 是的,您必须手动为产品创建iAP。提交应用时,您可以发送以审核当前可用的IAP,稍后审核后您可以在不更新应用的情况下向审核提交新的IAP。第一个IAP必须与应用程序的初始版本或新版本一起提交。

  2. 是的,您必须添加“还原”按钮。恢复后,所有非消耗性IAP都会恢复,不需要单独的按钮。

  3. 是的,App Store的beta审核和评论差异很大。在beta测试中,我认为他们只是测试应用程序的功能资格,而在App Store审核时,他们会检查所有内容,审核人员也可能会更改。

  4. 祝你好运!