Question with iAd and iAP
aitor010
Member Posts: 282
Hi!
If I put an iAd banner and the user buy the full version, how can I desactivate iAD? I think with destroy actor but if I destroy the iAd actor, when the user re-open the game? Appear banner or not?
Thanks in advance!
If I put an iAd banner and the user buy the full version, how can I desactivate iAD? I think with destroy actor but if I destroy the iAd actor, when the user re-open the game? Appear banner or not?
Thanks in advance!
Comments
If game.adFree = False
Show Banner
Set game.adFree to True when they've purchased the IAP, and make sure you save the attribute, as well as load the attribute before the above rule.
http://cookbook.gamesalad.com/tutorials/5/parts/26