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)?
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.
|
|
|
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 :) |
|||||
|