Remove Revmob ads with an iAP

jordanmckjordanmck Member, PRO Posts: 16

Hi,

I have implemented removing iADS with an in-app purchase and it works great. Is it possible to remove Revmob ads with the same in-app purchase. I understand you can upload a free version of the game to the app store and a "gold" version to the app store which has all ads removed. Is there a way to do this with an in-app purchase.

I've searched the forums but can only find ways to remove iADS.

Cheers

Comments

  • ApprowApprow Member Posts: 703

    @jordanmck‌ Create a rule with your scene changer (or whatever action your'e using where you enabled the interstitial ads). I call the global attribute "Remove Ads", but you should use your attribute which disables your ads.

    "if Remove Ads=false"
    -change scene (with ads enabled)

    in the otherwise you say:
    -change scene (without ads enabled)

  • jordanmckjordanmck Member, PRO Posts: 16
    edited August 2014

    @Approw
    Thank you,

    I already have a remove_ads attribute which is boolean, thats how i was controlling the iADS, ill just implement the same thing for the change scene.

    This worked perfectly

    Don't know why i didn't think of that before.

Sign In or Register to comment.