Is it possible to bundle a unique file for each copy of iPhone app downloaded from App Store?

Posted by futureelite7 on Stack Overflow See other posts from Stack Overflow or by futureelite7
Published on 2010-05-31T04:54:17Z Indexed on 2010/05/31 5:02 UTC
Read the original article Hit count: 351

Filed under:
|
|
|

Hi,

I would like to verify the identity of each instance of the iPhone application that a user might use to connect to my service. To that end, I would like each instance of the iPhone app downloaded to include a certificate that I generate, or even some sort of UUID that I have generated. Does the App Store support the inclusion of unique files in an app bundle?

Or, must such identifiers be downloaded only after the app is installed? If that is the case, is there a mechanism to ensure that the app downloaded is trusted (from me), instead of from an impersonator?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about appstore