这样的iOS模式可以实现吗?

发布于 2025-01-05 05:50:06 字数 1459 浏览 1 评论 0原文

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

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

发布评论

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

评论(2

温柔嚣张 2025-01-12 05:50:06

当然。

我工作的公司过去就这样做过。

如果您知道将来可能想要执行此操作,请在您的第一个版本中向 NSUserDefaults 存储一个标志,指示用户已使用付费版本。然后,在您的应用程序内版本上检查此标志并立即提供内容。

如果您已经发布了版本,则可能需要查找已存储的内容,例如,用户的高分大于零,表明用户已经购买了该应用程序。 (会有一小部分用户可能已经下载了该应用程序但没有打开它,这些用户可能会被收取两次费用)。

Certainly.

The company I work for has done this in the past.

If you know you might want to do this in the future, in your first version store a flag to NSUserDefaults indicating that the user has had the paid version. Then, on your In-App version check this flag and provide the content immediately.

If you already have a version released, you may have to look for something that you are already storing, e.g. the user has a highscore greater than zero to indicate that the user has already purchased the app. (There will be a small number of users that may have downloaded the app but not opened it and these users may be charged twice).

苏璃陌 2025-01-12 05:50:06

是的,确实如此。在使用免费版本更新应用程序之前,您添加所有已为其付费的用户序列号“PAID”(或其他内容),其他所有内容都只是条件语句(if-else)。恭喜!

Yeah, it is. Before you Update your app with FREE version, you add all users that have paid for it serial number "PAID"(or something), and everything else is just conditional statements(if-else). Congrats!

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