I wrote some free apps with AdMob to collect a little bit of money. But there are some people who use AdFree, AdBlock to block ad banner. It's not fair! So my idea is:
When my app starts, it will check the installed packages (using PackageManager) if there're AdFree, AdBlock my app will exit with message like "Sorry, we need to display ad to keep it alive".
Is it a good way to prevent ad blocker app? I know they can change the package name but is it easy to change?
I want to hear your thought. Thank you
When my app starts, it will check the installed packages (using PackageManager) if there're AdFree, AdBlock my app will exit with message like "Sorry, we need to display ad to keep it alive".
Is it a good way to prevent ad blocker app? I know they can change the package name but is it easy to change?
I want to hear your thought. Thank you