简体   繁体   English

医疗培训应用程序 - 如何提供完整的 iphone/ipad 应用程序的付费和免费版本

[英]Medical Training App - How to provide paid and free version of full iphone/ipad app

I am about to develop an app which should be provided free to registered doctors and medical students but paid for by anyone else.我即将开发一个应用程序,它应该免费提供给注册医生和医学生,但由其他人付费。

It would be possible to provide a base app for free with limited content and then provide the remaining content as an in app purchase for paid users.可以免费提供内容有限的基础应用程序,然后将剩余内容作为应用程序内购买提供给付费用户。

I am considering that I could set up a server holding device id's for eligible free recipients, which I would make a REST/WebService call to unlock content if eligible.我正在考虑我可以为符合条件的免费收件人设置一个保存设备 ID 的服务器,如果符合条件,我会调用 REST/WebService 来解锁内容。 Any idea if Apple would allow me to unlock the content for free users in this way?知道Apple是否允许我以这种方式为免费用户解锁内容吗?

Is there any other obvious way to achieve this split?有没有其他明显的方法来实现这种分裂? Your feedback is much appreciated.非常感谢您的反馈。

Yes, AFAIK you are allowed to give access to premium features of your app that are available as an In App puchase, as long as you don't charge for it.是的,AFAIK 允许您访问您的应用程序的高级功能,这些功能可作为应用程序内购买提供,只要您不为此收费。

For instance, the german Computerbild magazine includes unique unlock codes on its print version that allows the readers to unlock premium features in free apps.例如,德国Computerbild杂志在其印刷版中包含独特的解锁代码,允许读者解锁免费应用程序中的高级功能。 These free apps are usually your free/lite versions, but updated with a dialog where you can enter these promotional codes to unlock the premium features.这些免费应用程序通常是您的免费/精简版,但会更新一个对话框,您可以在其中输入这些促销代码以解锁高级功能。 These codes are validated against Computerbild's own servers.这些代码已针对 Computerbild 自己的服务器进行验证。 We recently updated one of our free games for this magazine, had no problems having it approved by Apple whatsoever.我们最近为这本杂志更新了一款免费游戏,得到 Apple 的批准没有任何问题。

In your case I'd implement a similar thing, giving away unlock codes to registered doctors and students and checking those online the first time they're used.在您的情况下,我会实施类似的事情,将解锁代码赠送给注册医生和学生,并在第一次使用时在线检查这些代码。 You also may want to limit how many times each code can be used, or perhaps allow each code to be tied to a single device at any particular moment.您可能还想限制每个代码可以使用多少次,或者可能允许每个代码在任何特定时刻绑定到单个设备。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM