nventive / Binding.Intercom

Xamarin Binding for Intercom
Other
12 stars 6 forks source link

Java.Lang.IllegalStateException: Expected Android API level 21+ but was 31 #28

Open Ghyath-Serhal opened 2 years ago

Ghyath-Serhal commented 2 years ago

I am getting the below error when building the app with target android version Android 11 (API Level 30 - R)

Java.Lang.IllegalStateException: Expected Android API level 21+ but was 31

This error is appearing on android phones running on android 12 operating system when calling Intercom.Initialize method

vincentcastagna commented 2 years ago

It does make sense as the binding was generated for Android 11 and below on a specific version. We did not test yet on Android 12 :)

Ghyath-Serhal commented 2 years ago

I used another library. Thank you