How to prevent ad blocker from blocking ads on an app

后端 未结 15 1835
囚心锁ツ
囚心锁ツ 2020-12-12 09:10

One of my users let the cat out of the bag and told me they were using one of my free apps, which is monetized by ads, but they were blocking the ads with an ad blocker. The

15条回答
  •  借酒劲吻你
    2020-12-12 09:35

    Can you check to see if the ad loaded in your app?

    Ad blockers work by preventing your app from downloading data. You could check the content length of the data in your ad frame to make sure there is data there.

    If there is no data throw up a message and exit or warn you with an email.

    It might not be as big an issue as you think since only a small percentage of people block ads.

提交回复
热议问题