You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: