tags:

views:

245

answers:

2

My app has a feature which requires identifying each app users. I'm planning making the app sends UDID to my server. Server stores it, for later use. I don't think that's a personal information, however, I want to know is it approvable or not in Apple's AppStore.

And, including transferring phone numbers. In the case of WhatsApp, it recognizes my friends' numbers automatically. I think that's impossible without some kind of data transfer.

+2  A: 

You are allowed to transfer a device's UDID to your servers. That's what it's intended for.

Ben Gottlieb
Thanks very much!
Eonil
do you by any chance have a link to this information?
Pierre Spring
+1  A: 

Just make sure that it is no secret what your app does. If it transfers phone numbers to store those on your server then clearly mention this in the app's description or even ask the user for permission the first time.

That actually is a a reason to be rejected I think: not being clear about storing user's data on your own server/service.

St3fan
I should care about it! Thanks.
Eonil
Whatsapp has sent users contact list phone numbers to its servers for a while with no warning ...
fedj