Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use In-App Purchase on iOS pirated application to ask for the user to pay for it?

Does In-App Purchase works on an iOS pirated application?

Being a developer, I was thinking about the potential following use-case:

  • Some internet user install my application by pirating it
  • I let him play with it
  • After a while, once he is convinced of the interest of the application, I display a pop-up:

This application is not free. You have not purchased it. Please buy it now.
Cancel - Purchase

If he accepts, I display an In-App Purchase dialog.
If he does not, I disable the key feature of the application.

It seems (slightly) more effective than simply asking someone who just pirated an app to go buy it on the App Store.

like image 789
Guillaume Avatar asked Jan 02 '12 23:01

Guillaume


2 Answers

It's possible that the dialog you're thinking of wouldn't be accepted by the app review team. It's hard to say. But what you can do is what a lot of apps do, which is provide your app for free, with limited functionality (be careful here, there are restrictions on what you can do in this regard), and IAP to upgrade to the full version. The simplest example would be games that let you play a few levels for free, and then buy the rest of the levels with a single IAP transaction.

like image 58
Lily Ballard Avatar answered Oct 23 '22 13:10

Lily Ballard


An interesting idea. What I would do is have an in-app purchase meant for something else in the app, that the app team could review - but that on a pirated version could also be presented as a way to pay for the application too but would use the app store approved payment.

like image 33
Kendall Helmstetter Gelner Avatar answered Oct 23 '22 13:10

Kendall Helmstetter Gelner