编码“试运行”进入连接到 AppStore 的 iPhone 应用程序
我已经创建了一个应用程序,并在 AppStore 中购买了一个帐户。
我希望配置该应用程序,使其免费运行两次,之后用户必须购买完整版本。我想在试用版中实现完整版的购买(使用应用内购买)。
I have created an application and I have purchased an account in AppStore.
I wish to configure the app such that it will run for free twice and after that the user will have to purchase the full version. I want to implement the purchase of the full version inside the trial version (using in-app purchases).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Apple 不允许在 App Store 中提供试用版软件。您可以拥有应用程序的“精简”版本,但 Apple 要求它们是功能齐全、不会过期的应用程序,而不仅仅是您的付费应用程序的广告。
一旦您弄清楚想要在“精简”版本中提供什么类型的功能,您可以做的一件事是为客户提供就地升级以使用应用内购买机制。苹果现在允许免费应用程序销售应用内购买项目。因此,您可以有一个名为“Foo”的应用程序,并且在“Foo”内您可以有一个菜单选项来解锁其他功能,这会将他们带到应用程序内购买对话框,在那里他们可以向您付费以解锁应用程序的更多内容。
查看 Apple 的提示和信息App Store 提交技巧: http://developer.apple.com/iphone/news/appstoretips /
在那里(2009 年 9 月 18 日列出)您会发现一个标题为 Just Right "Lite" 的提示,内容如下:
该文本中与您自己和您提议的应用程序设计最相关的部分是最后一句,其中包含“...如果发现您的应用程序存在以下问题,应用程序审核团队将将其返回给您进行修改”有时间限制...”
Apple does not allow trial software in the App Store. You can have 'lite' versions of your applications, but Apple requires that they are fully functional applications that do not expire and are not simply advertisements for your for-pay app.
Once you figure out what type of features you want to offer in a 'lite' version, one thing you could do to offer an in-place upgrade for customers in to use the in-app purchase mechanism. Apple now allows free applications to sell in-app purchases. So you could have an app call 'Foo' and inside 'Foo' you could have a menu option to unlock additional features, which would bring them to the in-app purchases dialogs where they could pay you to unlock more content of the app.
Check out Apple's tips & tricks for App Store submission: http://developer.apple.com/iphone/news/appstoretips/
There (listed on Sept. 18th, 2009) you will find a tip titled Just Right "Lite" that reads:
The most relevent part of that text for yourself and your proposed App design is the last sentence that contains "... your app will be returned to you by the App Review Team for modification if it is found to have time limits..."
这是有关向应用程序添加应用程序内功能的很好的演练。
http://blog.mugunthkumar。 com/coding/iphone-tutorial-%E2%80%93-in-app-purchases/
Here's a good walkthrough on adding in-app features to your app.
http://blog.mugunthkumar.com/coding/iphone-tutorial-%E2%80%93-in-app-purchases/