In App Purchases

elementappdevelementappdev Member, PRO Posts: 55

Quick questions regarding IAP.

When I make an IAP to unlock features, do I need a Save/Load attribute so the next time they go into the game it will save it or does the IAP save it by itself?

Also, How can I make it so that I can make an IAP to remove Ad's?

Thanks

Comments

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273

    Yes, I believe you will need to save it.

    To remove ads with IAP, create a condition in your game so that the ads only show when a game attribute = 0. When you set up your IAP, change that game attribute to 1, then your ads won't show up. Easy, but works.

  • elementappdevelementappdev Member, PRO Posts: 55
    edited July 2014

    @Braydon_SFX‌ thanks! I will try it out

Sign In or Register to comment.