Persistent module
Purpose
Section titled “Purpose”iOS Only. Module requires user phone to be authenticated by Apple ID. It uses Apple Security framework to store protected information in user account. Persist device id value for Get random device Id on application reinstall.
Module constant
Section titled “Module constant”AffiseModules.PERSISTENT = "Persistent"(src/module/AffiseModules.ts:1-16)
Platform notes
Section titled “Platform notes”- iOS only.
- Device must be signed in with an Apple ID; the module stores data through the Apple Security framework / iCloud Keychain.
Installation
Section titled “Installation”pod 'AffiseModule/Persistent', '1.7.8'See also
Section titled “See also”Affise.getRandomDeviceId- AndroidId module for the Android counterpart.