Guillaume
Guillaume

Reputation: 21736

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:

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.

Upvotes: 11

Views: 660

Answers (3)

Mobiletainment
Mobiletainment

Reputation: 23311

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.

Upvotes: 0

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.

Upvotes: 1

Lily Ballard
Lily Ballard

Reputation: 185741

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.

Upvotes: 2

Related Questions