I have an issue with submitting my app to the app store. My app wants to run in the background, so I have set "App registers for location updates in required back ground modes" array in the plist. When I try to upload to the app store, I am getting the following error message:
Invalid UIBackgroundModes: the UIBackgroundmodes key contains an invalid value
You should open your apps info.plist in Text Edit, find the background modes section and see if there is anything strange or off about it. If you can't figure it out from there just post the contents of the plist in your question.