We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Yes, I have searched existing issues and this is not a duplicate.
Google Play should accept the app Google suggests https://support.google.com/faqs/answer/10437428
App update rejected by Google saying "Your app update has been rejected for not adhering to Google Play Developer Program policies".
PendingIntent pendingActionIntent = PendingIntent.getBroadcast(context, notificationID, actionIntent, PendingIntent.FLAG_UPDATE_CURRENT);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Report
Yes, I have searched existing issues and this is not a duplicate.
Environment
Issues and Steps to Reproduce
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".
Link to Code
The text was updated successfully, but these errors were encountered: