Android Question pre launch report: StrictMode policy violation

Zoran Vujacic

Member
Licensed User
Hi,

This is my first post in forum.

I have the same problem like:
https://www.b4x.com/android/forum/threads/pre-launch-report-android-compatibility-warnings.105605/
and I have replaced Msgbox (with MsgboxAsync) and now I have same 4 warnings in the Google Play Pre-launch report.

Question:
What happens if the application is released with previous errors?

I'm asking, because my AdMob (AdSense)account has been terminated for me shortly after releasing the version with Msgbox/doEvents.
I guess this error has nothing to do with AdMob (AdSense) account.

The application is not something original.
I was trying B4A
https://play.google.com/store/apps/details?id=simple.batttery.alarm

Email from AdSense:
Current account status :: Disabled
Necessary action: None
Reason: The law enforcement request is meant to send ads on Google or apps that use the same people. This includes, but is not limited to, promoting the creation of counterfeit products, information or products to pass anti-doping exams, and promoting fraudulent activities"

Thanks,
Zoran
 

Zoran Vujacic

Member
Licensed User
In attached are errors before (I use AdMob and MsgBox)
Ljava/nio/Buffer;->address:J
Landroid/content/Context;->bindSer
Landroid/os/Message;->flags:I
Landroid/os/Message;->recycleUnchecked
Landroid/os/Message;->when:J
Landroid/os/MessageQueue;->next()Landroid/os/Message;


and after (I do not use AdMob and I use MsgBoxAsync)
Landroid/os/Message;->flags:I
Landroid/os/Message;->recycleUnchecked()V
Landroid/os/Message;->when:J
Landroid/os/MessageQueue;->next()Landroid/os/Message;
 

Attachments

  • warningbefore.txt
    20.8 KB · Views: 508
  • warningAfter.txt
    7.3 KB · Views: 239
Last edited:
Upvote 0

Computersmith64

Well-Known Member
Licensed User
Longtime User
Hi,

https://play.google.com/store/apps/details?id=simple.batttery.alarm

Email from AdSense:
Current account status :: Disabled
Necessary action: None
Reason: The law enforcement request is meant to send ads on Google or apps that use the same people. This includes, but is not limited to, promoting the creation of counterfeit products, information or products to pass anti-doping exams, and promoting fraudulent activities"

Thanks,
Zoran

Looking at the reason (which I assume is a translation to English, because the first sentence doesn't really make sense) I'm guessing you somehow used the wrong Ad ID (maybe from an AdMob example you found?) & that ID is linked to an app that doesn't comply with the AdMob policies.

- Colin.
 
Upvote 0
Top