iOS 免费一个月,而不是仅订阅

发布于 2024-12-06 02:07:13 字数 176 浏览 1 评论 0原文

我正在开发新闻阅读器应用程序,客户希望按月订阅。这很容易,但他希望为每个用户提供一个月的免费试用期。因此,用户第一次下载应用程序后,有一个月的免费使用时间,在此之后,他必须支付订阅费(自动续订订阅)。

我对如何实现这一点感到困惑。有什么想法吗?最好不需要连接到我的服务器并从那里处理用户注册和试用。

谢谢!

I am developing news reader app, and client wants to have monthly subscription. This is easy enough, but he wishes to have one month of free trial for each user. So after user downloads app for the first time, he has one month of free use and after that period, he has to pay subscription fee (auto renewable subscription).

I am stuck on how to implement this. Any ideas? Preferably without need to connect to my server and handle user registrations and trials from there.

Thanks!

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

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

发布评论

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

评论(2

情魔剑神 2024-12-13 02:07:13

如果您在客户端处理,那么无论您设法设计什么方案,用户都可以非常轻松地重新启动新的免费试用期:他/她只需删除并重新安装应用程序。由于这将删除任何本地应用程序数据,因此您将无法知道她/他是否已经使用了试用优惠。

您将必须处理该服务器端。

If you handle in on the client side, then whatever scheme you manage to design, the user can restart with a new free trial period very easily: s/he only has to delete and reinstall the app. Since this will erases any local app data, you won't have any way to know whether s/he has already use the trial offer.

You will have to handle that server side.

终陌 2024-12-13 02:07:13

当您选择自动续订订阅时,您将添加持续时间信息。添加持续时间时,将提供营销选择加入激励?选项设置为YES。您将获得选项框,用于指定您想要订阅的天数、月数或年数。检查此免费订阅在这里回答

When you select Auto-Renewable Subscriptions you'll add Duration Information. When you adding duration set Offer a marketing opt-in incentive? option to YES. You'll get Option Box for how many days or months or year you want subscription. Check this free subscription answer here.

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