You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set it up in my Cordova app with targetSdkVersion: 30. But now, with targetSdkVersion: 33 it throws the following error when the app tries to connect the casing device.
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've updated all the plugins of my app but, couldn't find any way to solve it.
Thanks for any hint!
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for this fantastic plugin.
I have set it up in my Cordova app with targetSdkVersion: 30. But now, with targetSdkVersion: 33 it throws the following error when the app tries to connect the casing device.
I've updated all the plugins of my app but, couldn't find any way to solve it.
Thanks for any hint!
The text was updated successfully, but these errors were encountered: