Disable startup ad with in-app purchase

Hi,

Is it possible to disable startup ad with in-app purchase like "remove ads" ?
I know we can control the appearance of interstitial ads ,but I'm not sure about startup ads. Please advise.

Thanks,
Santosh

Comments

  • mau557mau557 Member Posts: 8

    I don`t think we can do that. As you said, with interstitial is an easy task, just condition the change scene with a rule referring to a boolean attribute and you are good to go. But the problem with startup ads is that the code is generated when you publish your game, so we loose control over that. One thing you could do is just remove them from your publishing method and focus only on interstitial ads which you can control, either removing them with In App Purchase or controlling their appearing frequency.

  • ArmellineArmelline Member, PRO Posts: 5,354

    In addition to what mau557 says, it's not difficult to "simulate" a startup ad with a scene change at the very beginning of your game.

  • mau557mau557 Member Posts: 8

    Now, that is thinking out of the box. I will be implementing your method myself. Thanks. :smile:

Sign In or Register to comment.