如何从我的 iphone/ipad 应用程序实施应用内购买?
如何从我的 iphone/ipad 应用程序实施应用内购买。我只想展示 AppStore 中的我的应用程序,以便客户可以轻松地从我的应用程序购买该应用程序。
帮帮我吧谢谢。
How to implement In App Purchasing from my iphone/ipad application. I just want to show my applications which are in the AppStore so customer can easily buy the application from my application.?
Help me out thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要实施应用内购买,请查看向您的应用添加应用内购买并应用内购买编程指南
但是,我认为 Apple 不会接受您所需用途的应用内购买 - 您可能最好使用一个列出您的应用程序的页面,并提供指向相应应用程序商店页面的链接。
For implementing In-App Purchase, check out Adding In-App Purchase to your Apps and the In-App Purchase Programming Guide
I don't think, however, Apple will accept In-App Purchases for your desired use - you'd probably be better off with a page that lists your apps, with links to the respective App Store pages.
您不需要添加应用程序内购买来执行此操作..实际上您不能通过应用程序内购买来执行此操作..您需要创建一个 xml 文件,在其中必须列出您的应用程序,然后您可以解析此 xml 文件在您的应用程序中,您可以使用它创建指向您的链接 -
这将在 iphone 或 ipad 上打开默认的应用程序商店应用程序
you don't need to add in app purchase to do this.. actually you can't do this with in app purchase.. you need to create a xml file in which you have to list your apps then you can parse this xml file in your app and you can create links to your using this -
this will open the default app store app on iphone or ipad