问题描述
苹果没有在应用程序内购买产品提供促销codeS。我的内容将在应用SQLite数据库。我将使用列标志来指示购买状态。一旦用户购买,我通过改变标志解锁的行。
Apple doesn't provide promo codes for in app purchase products. My content will be in an sqlite database in the app. I'll use a column flag to indicate purchase status. Once the user purchases, I unlock the row by changing the flag.
难道是很容易的,以提供另一个接口,使用户可以在code。输入和解锁的项目,而不需要购买?如果用户然后试图购买他们使用了code的产品,我查询的行购买状态,并显示一个警告用户已经有这个项目......或者干脆表示这在我的应用程序的应用程序内商店。
Would it be easy enough to provide another interface so the user can enter in a code and unlock the item without purchasing? If the user then tries to purchase a product they have used a code for, I query the row for purchase status and display an alert that the user already has this item...or simply indicate this in my app's in-app store.
这听起来可行/可行?可能苹果会拒绝这一技术?
Does this sound feasible/doable? Possible Apple would reject this technique?
推荐答案
我认为苹果会拒绝你,如果你在你的应用程序复制了在应用商店的功能。他们之所以不会允许它是它避开了他们赚钱的应用内购买的方式,并没有分配保障(怎么可能,你如许交付内容的苹果保证吗?)
I think Apple would reject you if you duplicated the in-app store functionality in your app. the reason they would not allow it is that it circumvents the way they make money off of the in-app purchases, and there is no distribution guarantee (how could Apple guarantee that you deliver the content as promised?)
这篇关于促销code在应用程序内购买项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!