Hi all
I want to use in app purchase in my app ,please help from where I should start .
First of all GO THOROUGHLY THROUGH THIS link.When i started out developing for an In App purchase,i took help from this Blog and it helped me a LOT...
Secondly read the Apple documentation on In App purchase too..It is also a good source of information.
I can tell you from my experience is that,in implementing In App purchase 85% of your time would be consumed in R&D.Once you understand it,then its like a child's play...
So ALL THE BEST....
Cheers
Related
I need to integrate in-app purchase for downloadable content in my app. I am trying to display list of different player characters which can be downloaded or unlocked after purchasing the character from in-app purchase module.
Can you guys point me to proper tutorial or provide me any possible hint?
You can have a pretty good base here:
http://www.raywenderlich.com/21081/introduction-to-in-app-purchases-in-ios-6-tutorial
You can also check the Apple's documentation whenever you need. :)
I have an app that displays cartoon characters. I wanted to start to offer additional characters, or even have accessories to place on the characters.
Can anyone offer advice as to the best way to do that?
Can that be done through the app store, or do I need to have my own mechanism for downloading them?
I have seen many apps where you can download clothes, etc. by touching an icon in the app, but I have not yet found any documentation or tutorials.
Any help is greatly appreciated.
You can use In-App-Purchases for that. Apple will handle the financial side of things (charging the user through iTunes) and you'll have to handle the rest (downloading or unlocking the new content).
See the documentation: Selling with In-App Purchase
And this tutorial: Introduction to In-App Purchases
I am quite new to this in app thing,
I am completely lost while setting up things at apple developer website
can some body explain me some simple process to achieve this.
Regards
Ankit
A good place to start when it comes to implementing In-App Purchase would be Apple's own developer video on the subject.
I want to allow the user to access the data of iphone app through the google credentials. Is there any app or source code to implement same on my iphone app.
Please suggest step by step. I tried a lot of times but not succeeded.
please anyone's help will be most appreciated.
Thank you,
Madan Mohan.
Maybe a dead end, but try
http://code.google.com/p/gdata-objectivec-client/
Here is a blog http://johntwang.com/blog/2009/06/08/how-to-use-google-apis-with-iphone-sdk/
Hope it helps
Update: Found this http://googlemac.blogspot.com/2009/03/using-google-apis-in-iphone-app.html
In an application I am developing I need to integrate the In-app-purchase concept, I have read the apple documentation but still don't completely understand how to completely integrate the system and make the call.
Does anyone know if there is an example out there to help me put me on track?
Try this blog entry: http://blog.mugunthkumar.com/coding/iphone-tutorial-%E2%80%93-in-app-purchases/.
He goes through the steps required to add in-app purchasing.