Any idea on how to access iOS keychain in code?
Since we can no longer use UDID and I'm needing to have a unique device identifier. I'm planning to generate one (via IdentifierForVendor or just calc'd via NSUUID) but I need to save it somewhere on the device that won't get destroyed if the app is re-installed. I believe the keychain will work (?) unless the device gets cleared or the keychain gets cleared.
So, an interface to the keychain from B4i ?
Since we can no longer use UDID and I'm needing to have a unique device identifier. I'm planning to generate one (via IdentifierForVendor or just calc'd via NSUUID) but I need to save it somewhere on the device that won't get destroyed if the app is re-installed. I believe the keychain will work (?) unless the device gets cleared or the keychain gets cleared.
So, an interface to the keychain from B4i ?