简体   繁体   English

如何以正确的方式通过跨平台应用获利?

[英]How to monetize a cross-platform app in the correct way?

I'm making an app using the ionic framework and i'm planning to develop for Android, Ios and Web. 我正在使用ionic框架制作应用程序,并计划为Android,Ios和Web开发。 All three of the platforms do the same things in my app and the user can log in wherever he likes. 这三个平台在我的应用程序中都执行相同的操作,并且用户可以根据自己的喜好登录。 The app will be free but with ads. 该应用程序将免费提供,但带有广告。 No planning to add a paid app to remove the ads. 没有计划添加付费应用来删除广告。

I have no experience on this so I prefer asking. 我对此没有经验,所以我更喜欢问。

How can I monetize all the three platforms? 如何通过这三个平台获利?
Is there a plugin for cordova? 有cordova的插件吗?
What is the best solution and the proper way to do this? 最好的解决方案和正确的方法是什么?
Is there a unique solution for all of the platforms? 所有平台都有独特的解决方案吗?

Thanks a lot everyone 非常感谢大家

I have not monetized a hybrid app yet, but I've worked with cordova and ionic for a while. 我还没有通过混合应用程序获利,但是我已经与cordova和ionic合作了一段时间。 Try this plugin that I found with a search. 试试这个我在搜索中找到的插件。 It should work for both IOS and Android (I don't think you would need a cordova plugin for web): 它应该同时适用于IOS和Android(我认为您不需要Web的cordova插件):

https://github.com/floatinghotpot/cordova-admob-pro https://github.com/floatinghotpot/cordova-admob-pro

Google Admob/Adsense should allow you to have ads on all three platforms, so I guess that would be the way to go. Google Admob / Adsense应该允许您在所有三个平台上投放广告,所以我想这是应该走的路。 You can familiarize yourself with it here: 您可以在这里熟悉它:

https://developers.google.com/ads/ https://developers.google.com/ads/

You can use AdMost . 您可以使用AdMost It optimizes the ad networks to maximize the revenue of applications. 它优化了广告网络,以最大化应用程序的收入。 You can find Cordova documentation here: 您可以在此处找到Cordova文档:

https://admost.github.io/amrcordova/ https://admost.github.io/amrcordova/

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

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