应用内订阅应用

发布于 2024-08-24 07:42:01 字数 207 浏览 8 评论 0原文

有谁知道有一个应用程序实现了应用内订阅吗?

编辑

====

为了清楚起见,我指的是实现苹果定义的“订阅”类型的应用内购买,而不是实现消费品并将其称为订阅。

=====

我考虑了如何实现订阅模型,但我能想到的每一个可能的解决方案总是会带来更多问题,所以我想知道是否有人知道真正做到这一点的应用程序。

谢谢

Does anyone know of an app that implemented an in-app subscription?

EDIT

====

Just to be clear I'm referring to implementing an in-app purchase of type "subscription" as apple defines it and not implementing a consumable and calling it subscription.

=====

I thought about how the subscription model can be implemented and always ends up with more problems to every possible solution I can think of, so I'm wondering if anyone knows of an app that actually does that.

Thanks

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

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

发布评论

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

评论(4

熊抱啵儿 2024-08-31 07:42:01

FitnessBuilder (http://www.pumpone.com/fitnessbuilder.html) 实现应用内订阅。如果您对订阅系统的运作方式有具体疑问,请告诉我。

FitnessBuilder (http://www.pumpone.com/fitnessbuilder.html) implements In-App Subscriptions. Let me know if you have specific questions about how the subscription system works.

灯下孤影 2024-08-31 07:42:01

我不知道应用程序订阅中实现了哪些特定应用程序,这让我觉得“不是编程问题”。但 Urban Airship 提供了托管的应用程序购买解决方案,该解决方案确实支持订阅:

这可能用于购买新地图
基于包、游戏物品或订阅
内容。

http://urbanairship.com/faq/

我认为您最需要实现的确切机制自己系统。用户需要通过单独的应用内购买来“续订”订阅。

I don't know of a specific app that has implemented in app subscriptions, and that strikes me as being "not a programming question." But Urban Airship offers a hosted in app purchase solution which does have support for subscriptions:

This might be used to buy a new map
pack, game item or subscription based
content.

http://urbanairship.com/faq/

I think you will mostly need to implement the exact mechanics of the system yourself. Users will need to "renew" their subscription by making separate in app purchases.

故人的歌 2024-08-31 07:42:01

我见过 MotionXGPS Drive 这样做...他们的费率是每月 2.99 美元或每年 24.99 美元。但是,您仍然需要手动更新。

I've seen MotionXGPS Drive do that... They have a rate of $2.99 a month or $24.99 a year. You still do however, have to renew it manually.

一花一树开 2024-08-31 07:42:01

检测产品是否属于订阅类型的一种方法是购买两次。第二次执行此操作时,您将看到一条消息,警告您有关产品的性质(订阅)和购买类型(续订)。

One way to detect if the product is of the subscription type is to purchase it twice. The second time you do it, you'll see a message that warns you about the nature of the product (subscription) and the kind of purchasing (renew).

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