Android google play security error

Hello,

i have a problem i think i could not solve on my own, or maybe someone can point me into the right direction. I’m currently uploading my app into the google play store and i get the following security and vulnerability error:

Implicit PendingIntent

  • com.ansca.corona.notifications.GoogleCloudMessagingServices$RegisterOperation.run
  • com.ansca.corona.notifications.GoogleCloudMessagingServices$UnregisterOperation.run

I have no clue where to find this, i use the following plugins for my app:

plugins =
      {
        ["plugin.amazon.iap"] =
        {
            publisherId = "com.coronalabs",
            supportedPlatforms = { ["android-kindle"]=true }
        },
		["plugin.openssl"] =
        {
            publisherId = "com.coronalabs",
        },
        ["plugin.coronium-core"] =
        {
            publisherId = "com.develephant"
        },
        ["plugin.google.iap.billing"] =
        {
            publisherId = "com.coronalabs",
            supportedPlatforms = { ["android"] = true },
        },
		["plugin.gpgs.v2"] = {
            publisherId = "com.coronalabs",
            supportedPlatforms = { ["android"] = true }
        },
        ["plugin.pasteboard"] =
        {
            publisherId = "com.coronalabs",
        },
        ["plugin.admob"] =
        {
            publisherId = "com.coronalabs",
        },
    },

I hope someone can help with this

Best
Andre

I believe there was a fix for this in the latest build:

Android: fixing Pending Intent Vulnerability by disabling obsolete C2DM

1 Like

Hello,

thank you for the info. I’m trying the new version and will post if it fixes the problem.

Hello,

Can you fix the problem? I have the same issue.

Thks,

This problem doesn’t seem to be resolved, I ran into it today too.

Implicit PendingIntent

Your app contains an Implicit PendingIntent vulnerability. Please see this Google Help Center article for details.

  • com.ansca.corona.notifications.GoogleCloudMessagingServices$RegisterOperation.run
  • com.ansca.corona.notifications.GoogleCloudMessagingServices$UnregisterOperation.run

Hi,

i had to be honest, it’s quite a bit ago when this error occurs and i think the new version saved this problem for me (and maybe to put the minSdkVersion to 21).

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.