iphone - CLLocationManager not prompting the user and returns NULL -


till yetsterday working fine on iphone. starting today, noticed cllocationmanager not prompt user "this app wants use location" , proceeds return me null in didupdatetolocation. have tried signing app dev provisioning, adhoc , prod profiles. also, making sure delete app before trying this. earlier moment run app first time, prompt me push notifications , gps prompt. now, none of these prompts showing up.

my app cllocationmanager startupdatinglocation in appdelegate --> applicationdidlaunch , applicationdidlaunchwithoptions. also, cllocationmanager not call didfailwitherror.

replying myself. using testflighapp.com beta testing , not sure if causing it, had go ti iphone-->settings-->general-->reset-->reset location warnings.

once did , ran app, did prompt me gps , started working fine after that.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -