Is it allowed to log location to remote server in iPhone app?
I have build a game about languages, that is soon going to be uploaded to Appstore. I have a function that sends the result to my server, to be able to see which questions that was too easy/hard. At the same time, since it is about languages, it would be interesting to see where the user come from. Am I allowed to collect location data for this? I think I read somewhere that it 开发者_开发技巧might offend the integrity.
See the App Store Review Guidelines, item 4.1. That implies that you should be ok if you ask the user for permission before gathering and transmitting the location data. It may even be sufficient to just properly set the purpose
on the CLLocationManager instance before starting location services.
精彩评论