应用内订阅应用
有谁知道有一个应用程序实现了应用内订阅吗?
编辑
====
为了清楚起见,我指的是实现苹果定义的“订阅”类型的应用内购买,而不是实现消费品并将其称为订阅。
=====
我考虑了如何实现订阅模型,但我能想到的每一个可能的解决方案总是会带来更多问题,所以我想知道是否有人知道真正做到这一点的应用程序。
谢谢
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
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.
我不知道应用程序订阅中实现了哪些特定应用程序,这让我觉得“不是编程问题”。但 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:
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.
我见过 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.
检测产品是否属于订阅类型的一种方法是购买两次。第二次执行此操作时,您将看到一条消息,警告您有关产品的性质(订阅)和购买类型(续订)。
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).