App内购买咨询

发布于 2024-10-22 00:33:29 字数 188 浏览 3 评论 0原文

我正在构建一个应包含应用内购买的新应用程序。

我关注 youtube 上的 XCode 教程:应用内购买(通过简单的 sdk)视频。本教程是关于下载音频文件的,但我的项目是基于执行 HTTP 请求的。你能帮我设置方法来做到这一点吗?

注意:Apple 改进了下载完成后的购买,但就我而言,没有下载。那么如何让苹果改进采购就完成了。

I'm building a new application that should contain in app purchases.

I follow the XCode Tutorial: In-App Purchase (by simple sdk) video at youtube. The tutorial is about downloading an audio file, but my project is based on executing a HTTP request. Can you help me set up methods to do this?

Note: Apple improved purchasing when download is complete, but in my case there is no download. So how to make Apple improve that purchasing is complete.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

怼怹恏 2024-10-29 00:33:29

验证是否已付款。
使用“隐藏”命令显示按钮。你管上会有很多关于如何隐藏和显示按钮的例子。
最后,为这个按钮设置一个动作
当点击它时,它会执行你的 HTTP 请求..

Verify that a payment has been made.
Use the 'hidden' command to show a button. You tube will have many examples on how to hide and show buttons.
Lastly, have an action for this button
that when tapped it executes your HTTP request ..

与他有关 2024-10-29 00:33:29

这里没有人会为您编写代码。但这里有一个很棒的教程: http://troybrant .net/blog/2010/01/in-app-purchases-a-full-walkthrough/

尝试一下,如果您有疑问,可以在这里提问。

No one will write your code for you here. But here is a great tutorial: http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/

Try it and if you have questions you can ask them here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文