Colin Gillingham

Results 3 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...

For anyone with GPT-4 waitlist access I updated my code but `model: 'gpt-4'` didn't work and gave me a 404 error. Setting the model to `model: 'gpt-4-0314'` works though.