Skip to content

Error: You can range beacons within max 20 regions #131

Description

@nbastoWM

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".

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions