Skip to main content

getAnswers

Returns a dictionary containing all user answers collected during onboarding. Answers are automatically saved when users interact with onboarding screens and persist across app launches.

Usage

getAnswer

Get a single answer by key:

Return Type

Example Response

Notes

  • Answers are stored in the device Keychain for security and persistence
  • Answers are initialized with default values when onboarding starts
  • Updates are saved automatically as users interact with onboarding screens
  • Answers are automatically cleared when reset() is called
  • Returns an empty dictionary [:] if no answers have been collected