I've published an application to Google appmarket.
And I am using admob to gain some profit. Now I find that someone downloaded my app and removed the ads, and published it to some other market, which is not what i want at all.
Here is some code I put in my layout.xml
<com.admob.android.ads.AdView
android:id="@+id/admob_view"
android:visibility="visible"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
app:backgroundColor="#000000"
app:primaryTextColor="#FFFFFF"
app:secondaryTextColor="#CCCCCC"
app:keywords=""/>
How can I prevent this?
To make it harder you could add the view in Java instead of XML and obfuscate your code.
It is too late now, but for future versions and apps you can set the Copy Protection to "On" in the Android Market upload page. It's near the bottom. I doubt it is fool-proof but it can help keep some of the people likely to do this from being able to.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With