In App Purchases
elementappdev
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
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.
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
@Braydon_SFX thanks! I will try it out