'Google denied update due Remediation for Implicit PendingIntent Vulnerability for HMS
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'
Solution 1:[1]
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | shirley |
