itunes connect & UUID's

Discussion in 'Public Game Developers Forum' started by case, Feb 25, 2009.

  1. case

    case Well-Known Member

    Nov 24, 2008
    73
    0
    0
    Interaction Designer
    Michigan
    does itunes connect provide dev's with the UUID's of all those who purchased their product?

    Thanks!
     
  2. Schenk Studios

    Schenk Studios Well-Known Member

    I don't believe so. In fact the only information that it provides about the customer is their country of origin.
     
  3. MetaNick

    MetaNick Well-Known Member

    Just to validate the above (since they seemed unsure), iTunes Connect does not give you the UUIDs of your customers.
     
  4. jshmrsn

    jshmrsn Well-Known Member

    Oct 29, 2008
    251
    4
    0
    Mobile Game Developer
    Agoura Hills, CA
    It is possible for an App to get the UDID from the device it's running on. So if the developer wanted it to, you could set it up so it send this back to a server.


    Code:
    [UIDevice currentDevice].uniqueIdentifier
    
     

Share This Page