I am using core-location manager to get user's location update, its working fine in ios8.x, but when I installed my app in ios9.0.2 it didn't ask for user permission to access his location.
I searched for this issue & all I found was that there is a new key added for ios9 "allowsBackgroundLocationUpdates" which needs to be set to yes, but as far as i understood this key is useful when we want to access location in background , & i am using user's location in foreground.
Any help will be appreciated.