Character Unlock IAP??
bcwade12
Member, PRO Posts: 19
Hi, I know how to create an IAP on iTunes but how would I incorporate this in my game. Would I have to create a different scene with each character in it? How would I make the characters avaliable to the user after they buy them?
Comments
This demo should help
Need Help? Email Me | Templates | Full Game Source Code
@bjandthekatz Thanks.....
Glad I could help.
Need Help? Email Me | Templates | Full Game Source Code
@bjandthekatz Thanks, it will help me too because I'm about to make a first attempt at IAP.
The thing to Remember with IAP unlocks is you are just changing a Boolean attribute to true.
So you can built your system how ever you can imagine as long as it requires a true attribute before its available. Then on your purchase you just change the value to true.
Cheers
Aaron