简体   繁体   中英

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.

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.

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.

Unfortunately there are ways to bypass the In-App Purchases, so I wouldn't count on that.

If the user wants to use your app without paying for it, I'm quite sure the Purchasing-Prompt won't prevent him from doing so either.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM