Thankyou in advance for reading this question. Im currently trying to use google admob in my apps, it is working, but i kept getting spam of Access denied finding property "vendor.oplus.media.vpp.stutter".
I put the admob code in my second page. It wont wont come up if i havent access that page. but as soon as i open the ads it wont dissapear even when im not in that second page anymore.
Im using the Google Rewarded ad btw if that helps.
My Debug Console
i already tried to comment any print statement in my code but it still wont dissapear. seems like it generated automaticly. Already tried to google it but cant find the exact same one.
Related
It's about several days I'm fighting with Google declaration. I tried "No", I tried "Yes" with almost all option selected but still, once I submit declaration, it is gone but after some time it appears again.
What can be the issue? My app is built with Unity. Should I add/change something on App side? Why I still get message from Google that I need to fill declaration form despite how I fill?
Any advice will be highly appreciated.
I am using applovin ads in my android app, but the ads are too long and not able to click on the close as well.
The user experience is too bad. Also the ads are shown as tow cycles. It leads to the loss in user retention.
Kindly let me know any one facing the issue like the same.
I have followed this doc to show the interstitial ads in my app.
https://dash.applovin.com/documentation/mediation/android/getting-started/interstitials
Sorry for the late answer. May be you did it but if you don't someone also facing the same issue because I am also facing this issue. It is a bug in MaxAd in "testing Mode". You can check it while downloading from play store and on a real time device.
its easy to setting time in applovin, by going to discovery and Application go to video setting and adjust
enter image description here
hope thats answer your question
Screenshot:
You can see I am not able to do anything here, is this a bug or am I missing something to fill before coming to this page?
Other screenshots for reference:
I talked to google developer support, they told me to turn off adblock. I did that and refreshed and was able to see the content on the page successfully. Hope that's the same thing you're dealing with here.
I have an Android education App where user can hold "tokens" to earn new contents and features.
I searched at Admob documentation but the information seems to be not very clear about my situation.
In case to create a button to open Admob interstitial in return of any tokens mentioned above (I'm thinking make this feature periodic), should it generate invalid traffic or break any admob rule? Anyone tried it before?
My doubt consist in the fact that it does not generate invalid clicks, it just improve the number of interstitials showed.
Thanks in advice.
Ok, concerning to your reply I'm pretty sure that this is not allowed. What I can tell you for sure is that you must not reward people for clicking your ads (or even a button which shows ads).
In addition to it, this is not a "natural transition point". Read what AdMob proposes about showing interstitials: https://developers.google.com/admob/android/interstitial?hl=en#some_best_practices
Alright. I first wanna apologize for creating another question as I did come across a few things on Google but i am just not fully understanding the things I've found. The three links i found are Make your application a device administrator and Android developer website and this
I completely understand the whole XML part but the part I'm not grasping is where do i put the code i want to run? Like i am trying to place the device into standby mode after executing some code. I know i need to use PowerManager but in order to do this i need to make my app an administrator. Also in the first link i'm not sure what this means startActivityForResult(intent, REQUEST_ENABLE); and why the REQUEST_ENABLE is underlined in red giving Cannot be resolved to a variable error and in the tutorial there was nothing mentioned about creating REQUEST_ENABLE variable or method or class or anything.
Thanks everyone in advanced for helping me wrap my head around this!