petermetz / cordova-plugin-ibeacon

An iBeacon plugin for Phonegap / Cordova 3.x and upwards. Supports both iOS and Android (contributions are welcome)
Apache License 2.0
727 stars 372 forks source link

Change UUID in BeaconRegion not reflecting #449

Open dileepjb2 opened 3 years ago

dileepjb2 commented 3 years ago

I have one existing UUID with X name I changed UUID with Y name. but it is not reflecting only in one android device and reflecting in other devices. I cleared cache removed Bluetooth storage, Bluetooth cache still no luck. Any idea what i need to change.

let beaconRegion = this.ibeacon.BeaconRegion( 'deskBeacon', X );

to

let beaconRegion = this.ibeacon.BeaconRegion( 'deskBeacon', Y);

Thanks in advance