Expo Location geofencing not working on standalone devices IOS
问题 I am unable to run Location.startGeofencingAsync on standalone devices but it is running perfectly fine on simulator. This function gets triggered on Simulator and I can see the logs within this function but as soon as I switch to standalone device, It does not work. Here is the error I am constantly getting when running on the standalone device Error: Invalid parameter not satisfying: !stayUp || CLClientIsBackgroundable(internal->fClient) || _CFMZEnabled() Any help would be much appreciated.