Issue Description:
We are encountering a NoSuchMethodError when using the @oracle/react-native-pushiomanager module, version 7.0.0, in our React Native application. This issue is specific to Android devices.
obs: it was working in previous version as it should.
The error stack trace is as follows:
The error is occurring when we try to open the app, the app builds successfully.
Our files related with the lib:
settings.gradle

PushIOManager folder

app/build.gradle

app/src/main/java/project/MyRNFirebaseMessagingReceiver.java

AndroidManifest.xml





Steps to Reproduce:
Install @oracle/react-native-pushiomanager version 7.0.0.
Then try to run the app
Expected Behavior:
The application loads successfully and is able to receive push notifications.
Actual Behavior:
The app crashes with a NoSuchMethodError when trying to open the app.
Affected Environment:
Library Version: @oracle/react-native-pushiomanager@7.0.0
Platform: Android
React Native Version: 0.76.6
Device Information: Occurs across multiple Android devices.
Please advise if there are any known fixes or workarounds for this issue.
Any guidance on this matter would be greatly appreciated.
Thank you!
Issue Description:
We are encountering a NoSuchMethodError when using the @oracle/react-native-pushiomanager module, version 7.0.0, in our React Native application. This issue is specific to Android devices.
obs: it was working in previous version as it should.
The error stack trace is as follows:
The error is occurring when we try to open the app, the app builds successfully.
Our files related with the lib:
settings.gradle

PushIOManager folder

app/build.gradle

app/src/main/java/project/MyRNFirebaseMessagingReceiver.java

AndroidManifest.xml





Steps to Reproduce:
Install @oracle/react-native-pushiomanager version 7.0.0.
Then try to run the app
Expected Behavior:
The application loads successfully and is able to receive push notifications.
Actual Behavior:
The app crashes with a NoSuchMethodError when trying to open the app.
Affected Environment:
Library Version: @oracle/react-native-pushiomanager@7.0.0
Platform: Android
React Native Version: 0.76.6
Device Information: Occurs across multiple Android devices.
Please advise if there are any known fixes or workarounds for this issue.
Any guidance on this matter would be greatly appreciated.
Thank you!