I'm having trouble migrating my Android app to API 31. It keeps crashing on Android 12 devices because of the Pushwoosh.Firebase.Xamarin.Droid package.
So I created an empty Android project and I added only Pushwoosh.Firebase.Xamarin.Droid to the project. When running the project on a device with API >= 31, it crashed.
The exception message is as follow:
Java.Lang.IllegalArgumentException: com.nicolastremblay.test: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Any chance you will update the package to support API 31?
I'm having trouble migrating my Android app to API 31. It keeps crashing on Android 12 devices because of the Pushwoosh.Firebase.Xamarin.Droid package.
So I created an empty Android project and I added only Pushwoosh.Firebase.Xamarin.Droid to the project. When running the project on a device with API >= 31, it crashed.
The exception message is as follow:
Java.Lang.IllegalArgumentException: com.nicolastremblay.test: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Any chance you will update the package to support API 31?
Thank you,