google checkout 在 iPhone 本机应用程序中?
我是 google checkout 和 iphone sdk 的新手。教程说 google checkout 用于网站集成。他们给出了很多限制、按钮等。是否可以在 iphone 本机应用程序中成功集成 google checkout?他们提供 html 源代码当我们想要立即购买按钮时也编写代码。我如何集成到 iphone sdk 中?
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,buttons 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以参考以下链接:
或是
的,有。从技术上来说。
在 UIWebView 中运行它是最简单的方法。
您还可以使用 NSUrlConnection
只需确保您不会干扰 Apple 批准准则即可。如果您想对应用内购买进行收费,则必须使用 iTunes。苹果不会放弃他们的 30%;]
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% ;]