Pushwoosh / pushwoosh-flutter

Pushwoosh Flutter Plugin
Other
7 stars 13 forks source link

[Bug] App crashes when trying to open notification from background after migrating to Android 14 #86

Open makstheimba opened 4 weeks ago

makstheimba commented 4 weeks ago

This issue is resolved in your Android SDK 6.7.11 - https://github.com/Pushwoosh/pushwoosh-android-sdk/issues/188

I wanted to create pull request but I can't create branches in this repository. Please up pushwoosh android sdk version in build gradle to 6.7.11 so we can start using this plugin again instead of our own fork.

Only 4 lines need to be changed in build.gradle:

    implementation 'com.pushwoosh:pushwoosh:6.7.11'
    implementation "com.pushwoosh:pushwoosh-firebase:6.7.11"
    implementation "com.pushwoosh:pushwoosh-huawei:6.7.11"
    implementation 'com.pushwoosh:pushwoosh-badge:6.7.11'
Jaaco commented 3 weeks ago

Opened a PR :)

@makstheimba btw in your fork on the main page, below the history, there is a button "Contribute", from which you can open a PR :)

wfhm commented 2 weeks ago

@Jaaco @makstheimba Thanks for reporting this, and apologies for the delay with the response. Our release pipelines got messed up, so we cannot roll out the fix quickly. I'll try to push a new version with the fix manually later today and let you know when it's done.