Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

InApp Purchase rejected in App Store

I just got rejected on my Free app from app store. I uploaded 3 apps, HD(iPad), PayedIphone and freeiphone. In the free-version I had a link to the fullversion. Apparently I need inAppPurchase in the free-version rather than linking to the fullversion.

How should I implement this in the easiest way? All I want is a button that says Buy full version and then the free-version becomes the full version. Is it possible to use just those two or do i need to create another full version for this purpose.

I have no idea how to make the inAppPurchase except the tutorials Google give me, any recommendations or example code I can use?

like image 674
Joakim Börjesson Avatar asked Sep 23 '10 08:09

Joakim Börjesson


People also ask

Why does my in app purchase keep failing?

- Make sure your card information is up to date in Google Payments. Expired credit cards or old billing addresses are a common reason for payments not to work properly. - Try a different payment method.

Why won't my iPhone let me do in app purchases?

Make sure that you're signed in with the same Apple ID that you used to make the purchase. Make sure that in-app purchases are allowed on your device. Restart your device: Restart your iPhone.


2 Answers

I found this site very helpful in setting up an in-App purchase:

http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/

like image 191
frandogger Avatar answered Oct 03 '22 00:10

frandogger


I got it working after watching this tutorial on u-tube. I can really recommend it. http://www.youtube.com/watch?v=xGDGO5P95Dg

like image 34
Joakim Börjesson Avatar answered Oct 03 '22 00:10

Joakim Börjesson