Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android App rejected "Remediation for Implicit PendingIntent Vulnerability" #198

Open
sapramit opened this issue Jun 23, 2021 · 0 comments

Comments

@sapramit
Copy link

sapramit commented Jun 23, 2021

Report

Yes, I have searched existing issues and this is not a duplicate.

Environment

  • Platforms: Android
  • Android version: API 23 and above

Issues and Steps to Reproduce

  1. Install "react-native-azurenotificationhub"
  2. Submit app to google play console

Expected Behavior

Google Play should accept the app
Google suggests https://support.google.com/faqs/answer/10437428

Actual Behavior

App update rejected by Google saying "Your app update has been rejected for not adhering to Google Play Developer Program policies".

Screen Shot 2021-06-23 at 12 59 51 PM

Link to Code

           PendingIntent pendingActionIntent = PendingIntent.getBroadcast(context, notificationID, actionIntent,
                    PendingIntent.FLAG_UPDATE_CURRENT);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant