When push notification is received, Pending intent throws errors in BackendlessFCMService.java
*Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.*
I created an internal ticket to investigate this further. For reference purposes the ticket number is BKNDLSS-28250. We will let you know as soon as we know more.
We have released the new version of Android SDK - 6.3.5 with the fix for the issue you desctibed above. Could you kindly let us know that it works for you?
v6.3.5 does not contain a fix for this issue and respectively it is still present!
There is even a hanging PR about it in your GitHub! Can you finally apply this simple fix and release a new version ASAP? Google Play now requires that app updates target API level 31+. This means we cannot publish app updates!!!
We did it. I’m sorry it took more than a few days. Fix for the issue described above was merged and released - Android SDK - 6.3.6. Please check whetever it work for you.