Home > Blockchain >  Google denied update due Remediation for Implicit PendingIntent Vulnerability for HMS
Google denied update due Remediation for Implicit PendingIntent Vulnerability for HMS

Time:04-27

When i'm trying to update my app - i got error during review process. Remediation for Implicit PendingIntent Vulnerability - https://support.google.com/faqs/answer/10437428. I just changed one method. Security vulnerabilities as follows:

Implicit PendingIntent => com.huawei.hms.push.o.a

In my gradle:

implementation 'com.huawei.hms:location:5.0.0.302'
implementation 'com.huawei.hms:maps:5.0.2.300'
implementation 'com.huawei.hms:hianalytics:5.0.3.300'
implementation 'com.huawei.hms:push:5.3.0.304'

CodePudding user response:

You could try to upgrade the Push SDK to the latest version may solve this issue.

Currently, the latest Push SDK version for Android is com.huawei.hms:push:6.3.0.304.

  • Related