Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm creating an iOS App for the Apple App Store. The App is fetching data from my Web Service -- just like many other apps. By questing is; would Apple allow if I send the user's MAC address (per this answer) each time it communicate with my WS for logging (for tracking unique users)?

share|improve this question

1 Answer

up vote 2 down vote accepted

see this. They suggest uniqueIdentifier which is guarunteed to be unique on each device. That might do what you need. A comment there says its deprecated in iOS 5, so your call :)

share|improve this answer
2  
Yes, the UniqueIdentifier is deprecated in iOS5 -- and some people are suggesting to use the MAC address instead, which is why I'm planing to use it in my App. – Dennis Madsen Dec 3 '11 at 19:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.