App Store 中的应用内购买被拒绝

发布于 2024-09-24 22:09:48 字数 293 浏览 2 评论 0原文

我的免费应用程序刚刚从应用程序商店被拒绝。我上传了 3 个应用程序,HD(iPad)、PayedIphone 和 freeiphone。在免费版本中,我有一个完整版本的链接。 显然我需要免费版本的 inAppPurchase,而不是链接到完整版本。

我应该如何以最简单的方式实现这一点?我想要的只是一个显示“购买完整版本”的按钮,然后免费版本就会变成完整版本。是否可以仅使用这两个,或者我是否需要为此目的创建另一个完整版本。

除了 Google 给我的教程之外,我不知道如何制作 inAppPurchase,我可以使用任何建议或示例代码吗?

I just got rejected on my Free app from app store. I uploaded 3 apps, HD(iPad), PayedIphone and freeiphone. In the free-version I had a link to the fullversion.
Apparently I need inAppPurchase in the free-version rather than linking to the fullversion.

How should I implement this in the easiest way? All I want is a button that says Buy full version and then the free-version becomes the full version. Is it possible to use just those two or do i need to create another full version for this purpose.

I have no idea how to make the inAppPurchase except the tutorials Google give me, any recommendations or example code I can use?

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

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

发布评论

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

评论(5

方觉久 2024-10-01 22:09:49

我发现这个网站对于设置应用内购买非常有帮助:

http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/

I found this site very helpful in setting up an in-App purchase:

http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/

过气美图社 2024-10-01 22:09:49

在 u-tube 上观看本教程后,我成功了。我真的可以推荐它。
http://www.youtube.com/watch?v=xGDGO5P95Dg

I got it working after watching this tutorial on u-tube. I can really recommend it.
http://www.youtube.com/watch?v=xGDGO5P95Dg

呢古 2024-10-01 22:09:49

您所需要的只是: http: //blog.mugunthkumar.com/coding/iphone-tutorial-%E2%80%93-in-app-purchases/

迄今为止最容易实现的应用内商店套件...他将引导您完成整个过程然后底部有一个包含源代码 zip 文件的链接。请务必阅读并充分理解。 经验法则:在没有首先理解别人的源代码的情况下,切勿实现它。以后的调试将为您省去很多麻烦。

但请记住:现在您必须构建网络检查,以查看网络是否存在,然后再单击“升级”按钮,否则您的应用程序将再次被拒绝。幸运的是,我有适合您的东西:如何检查 iOS 或 OSX 上的活动互联网连接?

另外,我同意 NSUserDefaults 是最好的方法,幸运的是上面的源代码链接可以完成所有操作给你的!真的没有变得更容易。 支持这个人

All you need is this: http://blog.mugunthkumar.com/coding/iphone-tutorial-%E2%80%93-in-app-purchases/

By far the easiest In-App storekit to implement... He walks you through the whole thing and then there is a link at the bottom with the source code zip file. Make sure you read it and get a good understanding. Rule of thumb: Never implement any one else's source code without understanding it first. You will save yourself a lot of headaches with debugging later.

Remember though: Now you have to build in a network check to see if a network exists prior to them clicking the "upgrade" button or else your app will get rejected once again. Luckily, I have just the thing for you: How to check for an active Internet connection on iOS or OSX?

Also, I agree that NSUserDefaults are the best way to go, and luckily that source code link above does all of that for you! It seriously doesn't get any easier. Props to this guy

偏闹i 2024-10-01 22:09:49

决不。正确的方法是将填充版本的所有功能包含在免费版本中,并且仅在用户购买您的应用内购买项目时才解锁这些功能。

首先专心(当涉及应用内购买时,细节确实很重要)阅读developer.apple.com 上的应用内购买开发者指南

No way. The proper way to do that is to include all the functionality of the fill version in the free version and only unlock those functionalities whenever the user buy your inApp purchase item.

start by attentively (details really matters when inApp purchase is concerned) reading the inApp purchase developer guide at developer.apple.com

老旧海报 2024-10-01 22:09:49

这里有一个示例项目..

http://www.theapptree.com/samples

There is a sample project here..

http://www.theapptree.com/samples

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