Colin Gillingham

Results 2 comments of Colin Gillingham

No progress on this one? I'm having the same issues on iOS. RangingBeacons works fine, Monitoring not working at all.

> We had the same problem. > > Adding > `self.locationManager.allowsBackgroundLocationUpdates = YES;` > to the init method of RNIBeacon.m solved the problem. > > https://developer.apple.com/documentation/corelocation/cllocationmanager/1620568-allowsbackgroundlocationupdates > > maybe some...