IAP purchase help and ads?
RawanAlodeh
Member Posts: 51
hello
so i just upgraded to pro because im about to publish my game:)
i have a question,
do you publish your game and then add ads? or do i add ads and then publish?
also,
i want to know how to set up and IAP to unlock bonus levels + no ads.
how do i do this?
thanks alot!
Comments
Add ads before publishing.
Create a boolean called extra levels, when ___ is purchased change extra levels to true. Then in the menu scenes allow the buttons to be toggled now. (when extra levels is true, and touch is pressed change scene __)
For the ads, create a boolean called NoAds. In the actor to display the ads, when NoAds is false or Extra levels is false, display ads.
Need Help? Email Me | Templates | Full Game Source Code