(Answered) Click to see an ad...get free coins?

Thunder_ChildThunder_Child Member Posts: 2,343
edited December 2014 in Miscellaneous

I thought this wasnt allowed but I still see it in games. "Watch ad, get free coins"

Does anybody know if this is allowed still for new publishes to App Store?

Comments

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

    I don't think so, and even if it was, we cannot detect a touch on an ad so we cannot give coins if they did.

  • MarcMySaladMarcMySalad Member Posts: 158

    @Braydon_SFX said:
    I don't think so, and even if it was, we cannot detect a touch on an ad so we cannot give coins if they did.

    Ads suck and I would never use em myself but anyways.
    How about an actor, with alpha 0, placed above the ad area and then just make an on touch rule do whatever in that actor.

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

    Yes, that's a workaround, but what is the ad doesn't show due to low fill rate? The player could still tap the actor and receive free coins.

  • MarcMySaladMarcMySalad Member Posts: 158

    @Braydon_SFX said:
    Yes, that's a workaround, but what is the ad doesn't show due to low fill rate? The player could still tap the actor and receive free coins.

    Then use the power of the new network behaviours to receive feedback regarding if the user is online (ads can/should be displayed) or offine (no ads can be displayed) and only trigger the "give coins logic" if the users device is online.

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

    @MarcMySalad said:
    Then use the power of the new network behaviours to receive feedback regarding if the user is online (ads can/should be displayed) or offine (no ads can be displayed) and only trigger the "give coins logic" if the users device is online.
    @MarcMySalad said:
    Then use the power of the new network behaviours to receive feedback regarding if the user is online (ads can/should be displayed) or offine (no ads can be displayed) and only trigger the "give coins logic" if the users device is online.

    It's a good thought for sure, but even if you do, the fill rate could be extremely low at time and no ad appears. It's probably the best workaround to use servers to tell if someone is online if you were still going to do it.

  • unbeatenpixelunbeatenpixel Game Developer Member, PRO Posts: 568

    @Thunder_Child said:
    I thought this wasnt allowed but I still see it in games. "Watch ad, get free coins"

    Does anybody know if this is allowed still for new publishes to App Store?

    Appstore gave up this decision because of big publishers want to use this revenue model on own apps.

    Check out my games on the App Store!

    Wordgraphy / Polycolor / 20 Seconds / Minimal Maze

  • Thunder_ChildThunder_Child Member Posts: 2,343
    edited December 2014

    @braydon_sfx ive already made that work...touch actor allow more ads or whatever...and with a small timer as it freezes game when ad is shown. When they click X the timer continues and gives coins. I do understand it may not show an ad if they in airplane mode or whatever...its a few coins anyways but maybe enough to click on ad for. By doing this I wont have intrusive ads. They chose to see them. :-)

    @ycan‌ thanks for that link.

    Thanks guys for the answers.

Sign In or Register to comment.