b8ne / react-native-pusher-push-notifications

Manage pusher interest subscriptions and notification events in Javascript.
MIT License
96 stars 85 forks source link

Android Manifest merger failed #93

Closed STU-DESIGNER closed 2 years ago

STU-DESIGNER commented 2 years ago

Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.

Has anyone else got this error?

STU-DESIGNER commented 2 years ago

Im guessing I got an older version of this package. The issue with this error was that I didn't have implementation 'com.pusher:push-notifications-android:1.9.0'

I had a version under '1.8.0' which anything below that would result in the error I got

Arkan4ik commented 1 year ago

@STU-DESIGNER thank you! you saved me. where did you take info about com.pusher:push-notifications-android:1.9.0. In documentation mentioned about com.pusher:push-notifications-android:1.4.4

STU-DESIGNER commented 1 year ago

@STU-DESIGNER thank you! you saved me. where did you take info about com.pusher:push-notifications-android:1.9.0. In documentation mentioned about com.pusher:push-notifications-android:1.4.4

Im glad I could help! It's been awhile so don't quite remember. I possibly looked at the github repo https://github.com/pusher/push-notifications-android/releases/tag/1.8.0 But their latest version release seems to be at 1.8.0 but they mention 1.9.0 on their changelog. Which also seems to be an available link as well but not entirely visible on their Github https://github.com/pusher/push-notifications-android/releases/tag/1.9.0