I just got my first app approved on the App Store (Woohoo!) and it runs slightly differently depending on whether it’s installed from my development machine or the App Store. When I install and run the App in release mode from my development machine, the app opens and asks the user if it can use their current location. When I install and run it from the App Store, the app opens and does NOT ask the user if it can use their current location, causing my location-based features not to work. What are some reasons this might happen?
Thanks so much in advance for your help!
Well, I found the answer here…
iphone Location Services code that works on OS 4.1 in appstore
Apparently it’s a bug in Apple’s 4.1 code that caused me to have to pull my app from the store. Thanks, Apple!