How can i make ?

Add someAdd some Member Posts: 48

Hey guys i have some questions and I want help....?

1/ i want make ads on my game and i want to make button to remove ads so how can i make it ?

2/ how can i make restore from purchase i mean if i make ads on my game and make button to remove ads this user after download my game maybe want to remove ads from this game if he make reinstall to my game and want to restore from purchase so how can i make this button ?

3/i want set up ads on my game i make this before publishing to AppStore or after publishing and the ads it will show after set up ads or after some minutes ?

Comments

  • IceboxIcebox Member Posts: 1,485

    @Add some

    You can set up ads on ur game anytime. Remove ads can be done manually , by creating a game boolean attribute

    if remove ad is true change scene without ads
    otherwise change scene with ads .

    or

    if removead is false show banner

    and you will save the game attribute with a save attribute behavior.

  • MentalDonkeyGamesMentalDonkeyGames Member Posts: 1,276
    edited October 2015

    For question #2

    Create an actor and put in a rule that says:
    -when touch is pressed
    Do:
    "In App Purchase – Restore Items" behavior.

    Mental Donkey Games
    Website - Facebook - Twitter

Sign In or Register to comment.