How do I identify the user that is doing a purchase with the StoreKit in the iPhone.
I'm planing to build a suite of iPhone apps that will sell content which will be provided from a external server. The StoreKit documentation describes how to send transaction information to an external server and how to verify the transaction from that server with App Store. But I can't see any descriptions about any information that could be used to connect that transaction to the user that made the purchase.
Ideal here would probably be to have access to the apple-id the user has registered with iTunes?
I would also be interested in getting hands of a device id, but that shouldn't be any problem from what I've read in the iPhone Dev documentation.