Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

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?

share|improve this question

1 Answer

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?)

share|improve this answer
argh! Very valid points. Thanks. – 4thSpace Nov 10 '09 at 18:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.