C
C#2mo ago
GG-Ex

need help in C#

is here any way to include ads in desktop application ?
6 Replies
Angius
Angius2mo ago
Depends on your ad provider, I guess? For example, there's something like this for Google Ads: https://github.com/googleads/google-ads-dotnet
Trinitek
Trinitek2mo ago
I'm not aware of any service that allows servicing ads to native apps on Windows or macOS devices. There used to be some options available for UWP but those are long dead. For Google in particular, you would be looking at AdSense; the aforementioned Ads API appears to only be for ad creation and management for advertisers, not placing ads so you can make money on clicks. But the AdSense terms do not let you place them in native apps last time I checked. And if you're thinking about, "but how do ads work in Android?" there's a separate API for ads that ships with the Android SDK that you use for that.
Sunny @
Sunny @2mo ago
What do yo use for this? WPF, custom ad API, SDK or others? If you choose one, I can tell you more details
Trinitek
Trinitek2mo ago
if you're going to copypaste a response from ChatGPT, please do not
Sunny @
Sunny @2mo ago
Why do you think so?
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?