iOS Question Question about "[B4X] Account Class get a DeviceUID"

D

Deleted member 103

Guest
Hi @Alexander Stolte,

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")
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?
How can you check if it is the same user?
 
Top