I'm thinking about holding some kind of contest/giveaway for people that bought my app, basically as a marketing strategy. Buy the app and get a chance to win $ or some prize. Not sure of the legalities on all that but I'll check into it.

Anyway I don't have any feature in the app to support this or anything (and its already launched), so I was hoping to just have people submit their order # and email address or something. But from the looks of it, although buyers do get an Order # back from Apple, the seller doesn't get ANY info about who bought the app or what their order #s are, so there is no way to x-reference anything. Please correct me if that is incorrect.

This is in contrast to the Android market where both buyer and seller get the order # (buyer via email and seller via Google checkout purchases screen).

Let me know if you have any thoughts or ideas that could help. Ultimately I guess I could release an update to give the users a screen in the app to support this, but was hoping for something I could use without that.

EDIT

A bit of further research indicates that my requirement of people to buy the app to be in the contest would probably cause the contest to be considered an illegal lottery. Oh well :<

link|improve this question

63% accept rate
feedback

3 Answers

There isn't really a surefire way besides doing your latter idea and implementing it inside the app.

link|improve this answer
feedback

Implement a unique promocode in the app. Use the ecid + some magic to generate a short code. The only problem is that you have to update the app.

link|improve this answer
Thanks for the idea. Unfortunately I've been doing some reading on the legality of all this and its not looking too good. I think if I require the purchase of the app then my contest could be deemed an illegal lottery. – Fraggle Jan 14 '11 at 22:36
In Germany it's not allowed. But you can do a trick: You can setup you form with a notice that the user should inside the promo code from the app. In the legal agreement of the contest you can write a phrase like this: Didn't buy the app? Generate you free promocode by clicking here for example. This is how the most big German companies do it. – Brainlag Jan 14 '11 at 22:39
feedback

This may or may not be legal, depending on how you implement it. IANAL, but contest are considered gambling when they included all three of these elements:

  • Prize
  • Consideration (require some sort of payment to be involved)
  • Chance

Remove one of the three and you should be good. Note how many contests, for example the silly Monopoly game run through McDonalds, always state "No purchase required" and provide for a way to play for free. This removes the "consideration" element from the mix.

Edit: I am making the assumption you are in the US. In any case, this is probably a great question for a lawyer.

link|improve this answer
Yep. Lots of legal stuff to figure out. Also, Apple doesn't allow contests/lotteries inside of an app. You are required to forward the user out of the app and open safari (not just a UIWebView sheet) with a web interface. Same thing applies to donations. – Jack Lawrence Jan 14 '11 at 22:52
feedback

Your Answer

 
or
required, but never shown

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