playMaker

Author Topic: Pay to Remove Ads  (Read 1843 times)

kentcheung2000

  • Playmaker Newbie
  • *
  • Posts: 37
Pay to Remove Ads
« on: May 17, 2019, 06:52:50 PM »
Hi,

I just built a game with playmaker only.   I want it to be free with ads,  and add a feature to pay to remove advertisement.  How I can do it?....

KC

Fat Pug Studio

  • Beta Group
  • Hero Member
  • *
  • Posts: 1294
    • Fat Pug Studio
Re: Pay to Remove Ads
« Reply #1 on: May 18, 2019, 01:05:39 PM »
When the player pays, set PAID bool to true and save it to be persistent (payerprefs, easy save...). Every time you want to play the ad, test PAID bool. If it's true, skip the ad, if it's false, play it.
Available for Playmaker work

PlaymakerNOOB

  • Full Member
  • ***
  • Posts: 219
Re: Pay to Remove Ads
« Reply #2 on: May 19, 2019, 11:20:27 AM »

TinkerDelight

  • Playmaker Newbie
  • *
  • Posts: 4
Re: Pay to Remove Ads
« Reply #3 on: June 06, 2019, 04:09:46 AM »
You can try https://globalhop.net. They monetize apps without ads

PlaymakerNOOB

  • Full Member
  • ***
  • Posts: 219
Re: Pay to Remove Ads
« Reply #4 on: June 09, 2019, 08:23:55 AM »
they dont even tell you how they monetize except for having the customer visit specific urls.