Hello,
I got the development of an old mobile application under Ionic 5 with angular 10.
I seem to have a problem with push notifications only on certain phones.
Here is the return in the console play developper.
EDIT: Here the error
java.lang.IllegalArgumentException: com.lchawkins.booktable: 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.
Any idea why i have this ?
Thanks