alann-maulana / flutter_beacon

An hybrid iBeacon scanner and transmitter SDK for Flutter Android and iOS.
Apache License 2.0
120 stars 152 forks source link

ios beacon scan not working [CoreBluetooth] XPC connection invalid #124

Open kokihoon opened 1 year ago

kokihoon commented 1 year ago

스크린샷 2022-12-23 오전 1 09 02

flutterBeacon.ranging(regions).listen

android is good, ios 16 not working

error : [CoreLocation] This method can cause UI unresponsiveness if invoked on the main thread. Instead, consider waiting for the -locationManagerDidChangeAuthorization: callback and checking authorizationStatus first.

luan20495 commented 1 month ago

image I changed del len. 2 to type: 0x01 and it worked.

luan20495 commented 1 month ago

스크린샷 2022-12-23 오전 1 09 02

flutterBeacon.ranging(regions).listen

android is good, ios 16 not working

error : [CoreLocation] This method can cause UI unresponsiveness if invoked on the main thread. Instead, consider waiting for the -locationManagerDidChangeAuthorization: callback and checking authorizationStatus first.

image I changed del len. 2 to type: 0x01 and it worked.