I am implementing an app locker for Android where the user can block apps and other users can not access these apps without an access key. Can I show ads on app lock screen?
Asked
Active
Viewed 214 times
-1
-
If you do so your app will be uninstalled from user device soon. because it will be really irritating. – Abdul Waheed Feb 03 '21 at 06:49
-
Thanks for that. But this is the main feature of the application. I want to show the banner ads at the bottom – Hải Bùi Feb 03 '21 at 06:55
1 Answers
1
Well, this is a very bad idea to do so. If you are still looking to implement ad stuff, you can do the stuff in call back on adding right pin or lock. Once user entered the right lock (pin code OR biometric) you will verify in some how if user entered credentials valid then you should show the ad.

Abdul Waheed
- 4,540
- 6
- 35
- 58