D
Deleted member 103
Guest
Hi @Alexander Stolte,
How can you check if it is the same user?
For a reinstallation on the same devices this procedure is ok, but what do you do if the user installs the app on another device?On IOS after uninstalling the App the Vendor ID is a other id, it is require to put the string in the keychain with:
Code:
pp.KeyChainPut("uid",ac.GetDeviceUID)
and get:
Code:
pp.KeyChainGet("uid")
How can you check if it is the same user?