iphone - which is the delegate method for don't allow tap in "App would like to use your current location"? -
i want open popup when user press don't allow in popup "app utilize current location". there delegate method that??
don't dare reading documentation...
- (void)locationmanager:(cllocationmanager *)manager didchangeauthorizationstatus:(clauthorizationstatus)status { if (status == kclauthorizationstatusdenied) { // fa1lz } }
iphone ios objective-c geolocation
No comments:
Post a Comment