In my application, when a user buys a product using an in-app purchase, I cannot force the user to log into my application [This is an apple condition]
When a user buys any product apple, just give transaction_id when purchasing the application .
In this case, I cannot track user information on my system. later, when the user restores his product for the In-app purchase on another device, without any user track / id id / Unique ID, I can not control my application.
How can I get Apple's unique user ID for transaction_id ..?
source
share