Advertise in WPF application?

痞子三分冷 提交于 2019-12-04 06:55:32

First,adsense being not allowed to be used in desktop apps , You can look for other advertising networks. There are other ad networks like amazon associates , .. etc . You can search for them according to the domains ex: banking, retails . You can look for/contact them for their terms and conditions on desktop usage.

And not all of them would provide you an API for .Net. If amazon is allowed for desktop usage: Look into this API

Secondly , w.r.t the technical aspects of WPF. You can have a website built to inject ads from your network . Embed the URL in the web browser control in your WPF applications. This would work on condition that the desktop is connected to internet all the time.

In case if all doors are closed , and you still want to make money from your wpf app , you can think about using toolbars provided by various vendors in your application.

Hope this helps.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!