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