MAUI AdMob Banner PART 1/15 | Monetization app Step-by-Step | Android, IOS, Ads, Google Admob, .NET

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • MAUI app monetization using admob banner. Adding Android and iOS app, creating a banner, adding your device as a test device on the admob site

КОМЕНТАРІ • 35

  • @MaddCoder
    @MaddCoder 7 місяців тому +2

    This tutorial will help with my project. Thank you for sharing!

    • @mauitutorials
      @mauitutorials  7 місяців тому

      You're welcome)

    • @mauitutorials
      @mauitutorials  5 місяців тому

      New video adding banner for .Net 8 - ua-cam.com/video/fJtM6JmFoWQ/v-deo.html

  • @mauitutorials
    @mauitutorials  5 місяців тому +3

    New video adding banner for .Net 8 - ua-cam.com/video/fJtM6JmFoWQ/v-deo.html

    • @nafiaus
      @nafiaus 5 місяців тому

      you just got my subscription!

  • @PostJJJJJJJJJJ
    @PostJJJJJJJJJJ 6 місяців тому

    youre a legend thanks

  • @aracakaroglu8726
    @aracakaroglu8726 9 місяців тому +1

    nice video. how to add native and open app ads in maui? thanks

    • @mauitutorials
      @mauitutorials  9 місяців тому

      Hi, thanks. I've never used these types of advertising before. It seems to me that for such advertising you need to write your own implementation based on the official documentation, since I have not yet seen a ready-made solution.

  • @kudomion.
    @kudomion. 5 місяців тому +1

    - Can anyone help please?
    I get this error saying that ID (android) can't be assigned (it's read only):
    Error CS0200 Property or indexer 'Element.Id' cannot be assigned to -- it is read only

    • @mauitutorials
      @mauitutorials  5 місяців тому

      Hi. This error indicates that in your code you are probably trying to assign a value to a property that only has "get" without "set", or has the keyword "readonly" and you are trying to assign a value outside the class constructor. Try to find the problem area using debugging. Or wrap the problem area in "try{}catch(Exception ex){}" and get acquainted with ex

    • @kudomion.
      @kudomion. 5 місяців тому

      @@mauitutorials the error comes from the line in which I wrote AdmobBanner.Id in the code behind. It didn't give you that error, but in my case I had that error.

    • @mauitutorials
      @mauitutorials  5 місяців тому

      ​@@kudomion. What version of the Nuget package did you install? Perhaps something has been radically changed in newer versions of the package, but I don’t have the opportunity to go deeper and study this problem right now. As a temporary solution, I would recommend that you try to do exactly as in the video, namely use version 1.0.4 of the nuget package

    • @kudomion.
      @kudomion. 5 місяців тому

      @@mauitutorials
      -mine was latest 1.4.1. I tried to read the documentation, but in the banner ad section, it doesn't let you add ad id unit.
      -Anyway, it looks like that I will downgrade mine to 1.0.4 same version you used in the video.
      -Thank you.

    • @kudomion.
      @kudomion. 5 місяців тому +1

      @@mauitutorials
      I'm not sure, i did have the same version of nighet package as your installed, but still getting the same error. o.O
      Can you please give me your fb or discord, aby way to connect further with you?

  • @AkramAlQaifi
    @AkramAlQaifi 9 місяців тому

    Thank you ❤

  • @ITHunter007
    @ITHunter007 7 місяців тому

    I want to use admob in MAUI Blazar App for IOS please guide me ?

    • @mauitutorials
      @mauitutorials  7 місяців тому +2

      Hi. Unfortunately, I don’t have a MacBook, so I don’t have the opportunity to build a project for iOS. But I assume that this can only be done using native libraries and writing a custom solution. Perhaps this video will put you on the right path to solving your case ua-cam.com/video/cMHWZWjkEtM/v-deo.htmlsi=q_FXn8owXQEcFD7g

  • @chel1118
    @chel1118 9 місяців тому

    Looks cool. Is it gonna work with .NET 8?

    • @mauitutorials
      @mauitutorials  9 місяців тому

      Thank you. Should work, if it doesn't work let me know and I'll try to help.

    • @mauitutorials
      @mauitutorials  5 місяців тому

      New video adding banner for .Net 8 - ua-cam.com/video/fJtM6JmFoWQ/v-deo.html

  • @programbyte
    @programbyte 5 місяців тому

    Bro the ad doesn't appear

    • @mauitutorials
      @mauitutorials  5 місяців тому

      Hi bro, please write more details about problem. Still have a problem? If you just registered, there may be a delay with the show ads, this is normal.

    • @mauitutorials
      @mauitutorials  5 місяців тому

      Which version nuget package do you use in the project?

    • @2infinitysoftware
      @2infinitysoftware 5 місяців тому

      My ad was not appearing (also) and I was using .NET 8 and the latest version of AdMob. I downgraded to .NET 7 and used the version of AdMob shown here and the banners started appearing.
      Very strange. It would be interesting to see if you can get it working with the latest versions. I did delete my bin and obj folder before it started working so I have no idea if that was something to do with it.

    • @mauitutorials
      @mauitutorials  5 місяців тому +2

      New video adding banner for .Net 8 - ua-cam.com/video/fJtM6JmFoWQ/v-deo.html
      But I did not have the opportunity to check the performance on iOS. Perhaps you or someone else will write in this chat who can check my version which is on video

  • @TheErudito
    @TheErudito 9 місяців тому

    And For net maui hybrid

    • @mauitutorials
      @mauitutorials  8 місяців тому +1

      If you mean the implementation for iOS, then I have no way to check the functionality since I don’t have a MacBook

    • @mauitutorials
      @mauitutorials  5 місяців тому

      New video adding banner for .Net 8 - ua-cam.com/video/fJtM6JmFoWQ/v-deo.html
      But I did not have the opportunity to check the performance on iOS. Perhaps you or someone else will write in this chat who can check my version which is on video