Appfigurate™️
HomeDocumentation
  • Introducing Appfigurate™️ 3
  • Getting Started
    • Getting Started
    • Examples
    • Upgrade guide
      • v1.4.0 to v2.2.0
      • v2.1.1 to v2.2.0
      • v2.2.1 to v3.0.0
      • v3.2.1 to v4.0.0
    • iOS native app integration
      • iOS app extension integration
    • watchOS app integration
      • watchOS app extension integration
    • Android native app integration
    • Mobile Flutter integration
      • Flutter iOS
      • Flutter Android
    • React Native integration
      • iOS native module integration
      • Android native module integration
      • JavaScript integration
    • Third party remote configuration providers
      • Firebase Remote Config
      • Launch Darkly
      • Other third party remote configuration providers
  • Configuration subclasses
    • Supported property types
      • Boolean
      • Integer
      • Float
      • Double
      • Plain String
      • Encrypted String
    • Custom executable actions
    • Slider icon types
  • Additional reading
    • Info.plist options
    • AndroidManifest.xml options
    • Displaying overridden configuration
    • Security
      • Best practice
      • Encryption
      • Export compliance
      • App Store compliance
      • PrivacyInfo.xcprivacy
      • Rotating your private key
  • Automation testing
    • iOS native app automation testing
    • Android native automation testing
  • API
    • iOS and watchOS API
    • Android API
    • Mobile Flutter API
    • React Native API
  • Appfigurate User Guide
    • Introduction
    • Main menu
    • Select app
    • Add app
    • Import app
    • Install example apps
    • Settings
      • Passcode Lock
      • Restore
      • Backup
      • Delete all apps and Settings
      • Analytics
    • Edit app
    • Configure app
    • Permissions
  • Appfigurate SE user guide
    • Introduction
    • Manual encryption
      • ENCRYPTED_STRING macro/function
      • ENCRYPTED_STRING_IOS_WATCHOS macro/function
    • Setup iOS Simulator app
    • Setup Android Emulator app
    • Xcode source editor extension
      • Troubleshooting
    • Real device cloud testing services
      • BrowserStack
  • LEGAL
    • License Agreement
    • Privacy Policy
    • Release History
    • Third party notices
Powered by GitBook
On this page
  • Local properties
  • Remote properties
  1. Configuration subclasses

Supported property types

PreviousOther third party remote configuration providersNextBoolean

Last updated 4 months ago

Local properties

Appfigurate supports the following configurable local property types:

Type
Swift
Obj-C
Kotlin
Java
Dart
JavaScript

Boolean

Integer

Float

Double

Plain Strings

Encrypted Strings

Remote properties

Third party remote configuration provider integration is currently in private beta and will be available in the next major release of Appfigurate.

Appfigurate supports the following configurable remote property types when integrated with a :

Type
Swift
Obj-C
Kotlin
Java
Dart
JavaScript

Boolean

Integer

Double

Plain String

third party remote configuration provider
Bool
BOOL
Boolean
boolean
bool
Boolean
Int
NSInteger
Int
int
int
Number
Float
float
Float
float
double
Number
Double
double
Double
double
double
Number
String
NSString
String
String
String
String
String
NSString
String
String
String
String
String
NSString
String
String
String
String
Int
NSInteger
Int
int
int
Number
Double
double
Double
double
double
Number
Bool
BOOL
Boolean
boolean
bool
Boolean