Skip to content

Persistent module

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.

  • AffiseModules.PERSISTENT = "Persistent" (src/module/AffiseModules.ts:1-16)
  • iOS only.
  • Device must be signed in with an Apple ID; the module stores data through the Apple Security framework / iCloud Keychain.
pod 'AffiseModule/Persistent', '1.7.8'