java.lang.IllegalArgumentException: net.dchdc: 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.
Repro Steps
Do an in app update on Android 12 device.
Details
Which SDK version are you using?
4.4.1
Which OS version did you experience the issue on?
Android 12
What device version did you see this error on? Were you using an emulator or a physical device?
Physical device
What third party libraries are you using?
Not related
Please enable verbose logging for your app using AppCenter.setLogLevel(Log.VERBOSE) before your call to AppCenter.start(...) and include the logs here:
Description
Got crash report after migrating to 4.4.1
Stacktrace
Reason
Repro Steps
Do an in app update on Android 12 device.
Details
AppCenter.setLogLevel(Log.VERBOSE)
before your call toAppCenter.start(...)
and include the logs here: