VersionCheckType

enum VersionCheckType: Int

Determines the frequency in which the the version check is performed and the user is prompted to update the app.

  • Version check performed every time the app is launched.

    Declaration

    Swift

    case immediately = 0
  • Version check performed once a day.

    Declaration

    Swift

    case daily = 1
  • Version check performed once a week.

    Declaration

    Swift

    case weekly = 7