My app behaves differently based on the city you're currently in. I would like to display the city's name on the Launch Screen.
I will at first only support a few cities, so all I'd need would be the current location of the user and then match it against some hard coded locations in the app.
I'm pretty sure it's next to impossible to do this on the first app launch, since I will have to request user permission for the location, right?
But is it possible on the following launches, when I have the permission?