Open Ghyath-Serhal opened 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
Intercom.Initialize
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 :)
I used another library. Thank you
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