We're launching an app that is selling the service through inapp purchases. Currently we asessing a risk of Jailbroken devices.

Is it possible that a user with a jailbroken iphone simulates an inapp purchase without paying for it?

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted

yes, it is possible that some app can simulates an inapp purchase without paying for it.

To prevent this, you should check the IAP transaction and receipt from app store. You can reference Verifying Store Receipts from the Apple In-App Purchase Programming Guide.

link|improve this answer
Thanks Hanon, is it possible to control this programatically? – Lenko Jan 30 at 8:50
Yes you can, i updated my answer. You can go to the link and see it. FYI, I test my app (with IAP) before with a jb device and the cracker app. Then I log both non-jb and jb device transaction to see the differences. And find that you can do something in your code to prevent the crack. – Hanon Jan 30 at 8:56
Thanks a lot Hanon! Cheers. – Lenko Jan 30 at 8:58
feedback

it is possible and there are system tweaks for jailbroken ios devices that do exactly what you're talking about, take a look here: http://www.youtube.com/watch?v=u3cmwwjISAo

this is of course pretty illegal i believe.

link|improve this answer
Thanks for the video:( It is too bad that it is possible, however I guess there should be some option from apple to control the real transaction.. Any ideas? – Lenko Jan 30 at 8:49
Look over here, might have an answer: stackoverflow.com/questions/7465713/how-to-prevent-iap-cracker – Hezi Cohen Jan 30 at 8:53
feedback

Your Answer

 
or
required, but never shown

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