Hi,
How can we monitor more than 20 beacons in iOS and Android?
In iOS:
for (let region of regionsToMonitor) {
await startMonitoringForRegion(region);
}
in Android:
await setBeaconRegions(regionsToMonitor);
In iOs it only monitors 20 regions and in Android it show the error "Error: You can range beacons within max 20 regions".