google checkout in iphone native application?
i am new to google checkout and also iphone sdk.Tutorials are saying that google checkout is for website integration.They have given lot of restriction,but开发者_如何学编程tons etc.is it possible to intgrate google check out successfully in iphone native application?They give html source code also when we want to do buy now button.how can i integrate in iphone sdk?
You can refer following link: or
Yes there is. Technically.
Run it in a UIWebView would be the simplest way of doing it.
You could also make custom calls to the Google Checkout with NSUrlConnection
Just make sure you do not interfere with the Apple approval guidelines. If you want to charge inapp purchases, you will have to use iTunes. Apple will not let go of their 30% ;]
精彩评论