Problem With Admob Ads

Discussion in 'Technical Discussion' started by Bilz636, Mar 28, 2018.

  1. ZackGriset

    ZackGriset Avid Boxer

    Joined:
    Oct 3, 2017
    Messages:
    252
    Likes Received:
    354
    I don't think you should have to download your SDK's again as long as you still have the correct one's downloaded when you check it in your SDK manager. So you had to remove those permissions to upload an APK into the Play Store? that's odd because some ad networks specifically require those permissions and I've submitted games to the Play Store that have those permissions. So it sounds like it's working fine for you now, but you had to do a couple weird things like changing the build tools version number and removing permissions. I can document this, but as long as it's working properly now and you've tested it, I would go ahead and move forward with submitting your game to the play store.
     
  2. Bilz636

    Bilz636 Avid Boxer

    Joined:
    Oct 5, 2015
    Messages:
    313
    Likes Received:
    182
    Well thats my clients requirement, they want that permissions.
    I'll troubleshoot it again in office tomorrow and will let you know what causing it
     
  3. ZackGriset

    ZackGriset Avid Boxer

    Joined:
    Oct 3, 2017
    Messages:
    252
    Likes Received:
    354
    Okay, yeah, that makes sense. I'm pretty sure at some point you'll have to add those permissions so yes, please let me know what you find when you get back to the office. I will be happy to check on this with you
     
  4. Bilz636

    Bilz636 Avid Boxer

    Joined:
    Oct 5, 2015
    Messages:
    313
    Likes Received:
    182
    ok here is the update
    After downloading fresh Sdks (delete old sdks), I've got no error. it's working very smoothly.


    Edit:

    Admob ads are also showing up without remove few lines of code from Manifast!
    Sound like "WE GOOD TO GO!"
     
    Last edited: Apr 4, 2018
    ZackGriset likes this.
  5. ZackGriset

    ZackGriset Avid Boxer

    Joined:
    Oct 3, 2017
    Messages:
    252
    Likes Received:
    354
    Awesome! That's great! Thanks for letting me know :)
     
    Bilz636 likes this.
  6. belmir

    belmir Avid Boxer

    Joined:
    Jun 29, 2018
    Messages:
    129
    Likes Received:
    45
    hello
    admob no working for me android bu works on ios
    i add id exactly and add admob
    and I add admob on the levels and I put axactement like the iOS version which function very well

    for android studio compilation error i followed tutorial on forum to fix compilation problem so i've been generating apk since 5 days admon not showing up on my apps android stor

    I use it to fix problem compilation apk

    dependencies {
    implementation 'com.google.android.gms:play-services:11.6.0'
    implementation 'com.android.support:multidex:1.0.1'
    implementation fileTree(include: ['*.jar'], dir: 'libs')
    implementation 'com.google.android.gms:play-services-ads:11.6.0'
    implementation 'com.google.firebase:firebase-ads:11.6.0'
    implementation 'com.google.firebase:firebase-database:11.6.0'
    implementation 'com.google.firebase:firebase-auth:11.6.0'
    implementation 'com.google.android.gms:play-services-auth:11.6.0'
    // More deps here //
    }

    and move google()

    but admob do not show help me
     
  7. Bilz636

    Bilz636 Avid Boxer

    Joined:
    Oct 5, 2015
    Messages:
    313
    Likes Received:
    182
    contact Support@buildbox.com
    They can solve your problem asap
     
  8. michel15

    michel15 Boxer

    Joined:
    Oct 8, 2015
    Messages:
    29
    Likes Received:
    5
    @belmir did you find a solution for admob issue ?
     
  9. belmir

    belmir Avid Boxer

    Joined:
    Jun 29, 2018
    Messages:
    129
    Likes Received:
    45
    hello
    #michel15 yes problem come not buildbox when I created my account google play i changed the name of the account then the name change taught me 10 days, so for 10 days AdMob does not work, my change is ative at google play store the admob has worked.
    to ensure that your configuration on buildbox works well => search on google 'test ads' id test => android studio install game on your phone without the signature
    if the advertising works well then you have to wait
     
  10. crawlink

    crawlink Boxer

    Joined:
    Nov 23, 2018
    Messages:
    2
    Likes Received:
    0
    I am also facing the same issue. ADMOB ads are not showing in my apps. Need Help!! It's Important for me, Please.
     
  11. elhader10

    elhader10 Boxer

    Joined:
    Jan 8, 2019
    Messages:
    1
    Likes Received:
    0
    هل يستطيع أي أحد مساعدتي؟ لا تعرض إعلانات الاختبار في لعبتي

    buildbox 2.3.3
     

Share This Page