Bb3 Remove Ads Button :/

Discussion in 'Buildbox 3.0' started by weboha, Apr 29, 2019.

Tags:
  1. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    Hi,
    i used UI for ads and i need remove all ads button for users.
    There is no remove all ads button, so do you have any idea how to do that?

    Also i tried to pause button, when click game paused but when i click back button other game buttons doesn't work.
     
  2. particles

    particles Avid Boxer

    Joined:
    Aug 31, 2018
    Messages:
    337
    Likes Received:
    242
    I haven't understood clearly. But If you set unique button names then you can hide those buttons in the iOS AdIntegrator.mm at

    -(bool)buttonVisible: (NSString*)name{

    return true;

    }
     
  3. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    in BB2 we used Purchase Button for remove ads. if user remove one time, after that never show ads. i want to make same in BB3. your code make visible only one time i guess right?
     

    Attached Files:

  4. particles

    particles Avid Boxer

    Joined:
    Aug 31, 2018
    Messages:
    337
    Likes Received:
    242
    Oh, that one i don't know.
     
  5. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    594
    Likes Received:
    228
    What are you talking about? There's no-ads button in BB3, it has always been there. :)

    On UI, just drag your no-ads icon and the wheel will show up, add the no-ads icon as a Purchase Button. Do not forget to add "Restore Purchase" for iOS store. ;-)



     
  6. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    haha :) i am looking left menu and didn't found there. thanks man this is works
     
  7. hasssaan

    hasssaan Boxer

    Joined:
    Aug 21, 2019
    Messages:
    10
    Likes Received:
    0
    I can not see this option in buildbox 3.0 when i drag my button in UI. How did you fix this remove ads button????
     
  8. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    I tried new version and yes you can't make a remove ads button. you can add only navigation button.
    @Sean Buildbox help us :/
     
  9. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    594
    Likes Received:
    228
    Holy Moly,

    NoAds button is missing in BB 3.0.1, build 3163. You guys definitely work on BB3 ad solution indeed, but for this build you forgot to add back no ads button :D
     
    weboha likes this.
  10. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    594
    Likes Received:
    228
    @weboha

    Here's a work around. Since NoAds UI was missing in BB 3.0.1 build 3163 and it is also missing on build 3152... do the following:

    1. Backup your bbdoc file
    2. Open your bbdoc file with BuildBox 3.0.1, build 3118, created that remove ads button; drag/ drop on UI Purchase button, save project.
    3. Open back Buildbox 3.0.1, build 3163 or the latest, now you have the purchase button (no Ads) -> Check if this is messing up with your game mechanics, since older version of BB 3 have some issues, but do not use anything below BB 3.0.1, build 3118 - since that's also 3.0.1... so this should work just fine! :)

    Itzo
     
    viking likes this.

Share This Page