I want to use "in app purchase" for trial version of my application. But I don't have a clear idea about "in app purchase". My problem is how to implement "in app purchase" in my application and uploading process. I have already uploaded a full version of the application. Please help me.
Asked
Active
Viewed 4,846 times
0
-
It is also help full for In app purchased. http://stackoverflow.com/questions/19556336/how-do-you-add-a-in-app-purchase-to-an-iphone-application – Anil Prasad Apr 18 '14 at 12:37
-
Here is answer with all information: [Steps to implement In-App purchase](https://stackoverflow.com/a/19556337/8061359) – Anjali jariwala Nov 28 '17 at 19:22
2 Answers
3
Well, the best way to understand the InApp process is to read the Apple rules about it at http://developer.apple.com/ Everything about how to implement it in your application is described over there. See for example: https://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StoreKitGuide/Introduction/Introduction.html

Stéphane Péchard
- 2,013
- 3
- 22
- 35
1
I have successfully implemented In App purchase and i would strongly recommend this excellent blog. It really helped me to go ahead with successful implementation and submission.
Cheers

Aditya
- 4,414
- 5
- 29
- 40
-
just implemented iap with the help of that blog yesterday. worked like a charm. – Matthias Bauch Feb 08 '11 at 10:06
-
Ya i agree..the author has undergone a lot of pain to put together this post to make life so easy going for guys like us... – Aditya Feb 08 '11 at 10:08