Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS In-App Purchasing step by step tutorial

Is there any step by step source code/video or any other kind of help to implement in-app-purchasing ? I have tried many tutorials but still i am not able to get perfect solution for the in-app-purchasing..

What is the use of shared secret key?

like image 433
user532445 Avatar asked May 09 '11 10:05

user532445


1 Answers

I think that the best guide ever is the official In App Purchase Programming Guide, since it's full of examples, piece of codes, hints and so on. Following and reading carefully the Guide will surely help you in writing a fully functional test project.

In the meanwhile you could want to look at the MKStoreKit v4 add-on for your project to help you handle your in-app purchases in a easier way.

like image 87
marzapower Avatar answered Nov 15 '22 18:11

marzapower