Report
Yes, I have searched existing issues and this is not a duplicate.
Environment
- Android version: API 23 and above
Issues and Steps to Reproduce
- Install "react-native-azurenotificationhub"
- 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".

Link to Code
PendingIntent pendingActionIntent = PendingIntent.getBroadcast(context, notificationID, actionIntent,
PendingIntent.FLAG_UPDATE_CURRENT);