I'm messing about with React Native, and I came across this other post: Permission Denied Geolocation React Native. I wanted to append another question onto that post, but I do not have a high enough ranking to make comments.
My question is, does the iOS simulator not have the current location ability automatically? I know that macOS apps in Xcode have full networking and geolocation abilities, thus I don't need to specify a location when using CLLocationManager. I'm trying to understand the reasoning and limitations behind the iOS simulator; specifically as to why it would not simply behave like any other VM and just use the host's wifi for basic network and location settings? Why would I need to specify a location upon simulator startup?
Thanks in advance!