Hello,
I have used b4a 11.80 as suggested with the latest fb notifications 2.01. Now when I send a notification with firebase I get spiking errors alert from firebase crashlytics with these:
Checked the forum but most of the messages are saying that using b4a 11.80 should fix the problem. What am I doing wrong here?
I have used b4a 11.80 as suggested with the latest fb notifications 2.01. Now when I send a notification with firebase I get spiking errors alert from firebase crashlytics with these:
B4X:
Fatal Exception: java.lang.IllegalArgumentException
ct.canlidoviz: 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.
Checked the forum but most of the messages are saying that using b4a 11.80 should fix the problem. What am I doing wrong here?