Driversnote-Dev / react-native-kontaktio

React Native (iOS and Android) library for Kontakt.io beacons (and all other beacons)
MIT License
112 stars 48 forks source link

Not working on Android 12 #94

Closed pingumen96 closed 2 years ago

pingumen96 commented 2 years ago

Good morning, I noticed that the library is using an old kontaktio Android sdk which is not compatible with Android 12 due to the new permission management for bluetooth devices. Would it be possible to upgrade the kontaktio sdk to the version 7.x? Source: https://github.com/kontaktio/kontakt-android-sdk/commit/b112def23ecfa19bd498541ac917d4db4cf315fc

pingumen96 commented 2 years ago

My fault, it works.

devberkay commented 1 year ago

How did you resolve it? I am especially having problem on Android 12 . @pingumen96

pingumen96 commented 1 year ago

If I remember well, it is necessary to change the compile target to 31 or something similar @devberkay