I am in the process of developing an app for the iPhone and iPad. I have searched for the answer to this here and on Google but have not found the information I need.

I would like the app to be 99p. Here's the problem...I am selling a physical product on my website, when someone purchases this product I would also like to offer my 99p app for free. Is there a way to do this?

link|improve this question

64% accept rate
You can gift the app to them or use promo codes. But not sure if there's an API for this! – lostInTransit Sep 16 '11 at 9:34
feedback

2 Answers

up vote 2 down vote accepted

Only with promo-codes.

Also you can do this using In-App Purchase:

For example:

  1. When user purchase that product via app -> send UDID of device to server ant store it
  2. When user purchase that product via site -> add its UDID to your database and restore purchased products in app by connecting server.
link|improve this answer
Thanks a lot! This is new to me and a bit overwhelming! – Andrew Smart Sep 16 '11 at 10:09
You are welcome – Nekto Sep 16 '11 at 10:19
feedback

See In App Purchase Programming Guide

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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