简体   繁体   English

如何使用iOS中的应用程序升级(而不是更新)?

[英]How to work with upgrade (not update) of an Application in iOS?

This is the first time i am trying to create an application in which money in involved . 这是我第一次尝试创建一个涉及金钱的应用程序。 I will give premium some features to user once he pays on the apple store. 一旦他在苹果商店付款,我会给用户一些优惠。

I heard something about In App Purchase , that by implementing it we can take money form the users. 我听说过In App Purchase,通过实施它我们可以从用户那里拿钱。

My major query is: What should be the best procedure to upgrade the application loaded with new features (like we get all powers in games.)? 我的主要问题是:升级加载了新功能的应用程序的最佳程序应该是什么(比如我们在游戏中获得所有权力)。

Should we involve some kind of file download after money transaction or we she unhide it from existing application. 我们是否应该在金钱交易后涉及某种文件下载,或者我们从现有的应用程序中取消隐藏它。

My concern is the best approach that should be applied ? 我关注的是应该采用的最佳方法? If i am thinking in a wrong direction then please assist me with the correct path for this kind of scenario. 如果我在想错误的方向,请帮助我找到这种情况的正确途径。

Thanks in advance. 提前致谢。

In case of an 'upgrade' or 'unlock' based on an in-app purchase, it would be best to provide the complete application to the user and block the features while the app is in demo mode. 如果基于应用内购买进行“升级”或“解锁”,最好在应用处于演示模式时向用户提供完整的应用并阻止功能。 So, you will have to check each time whether the app is 'upgraded' when the user attempts to use a premium feature. 因此,当用户尝试使用高级功能时,您每次都必须检查应用是否已“升级”。

Involving some download after the user makes the purchase will be tedious to implement, but this is also based on what you are trying to provide with the purchase. 在用户进行购买后进行一些下载将是繁琐的实施,但这也是基于您尝试通过购买提供的内容。

Read up on in-app purchases here . 这里阅读应用内购买。

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

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