For the complete documentation index, see llms.txt. This page is also available as Markdown.

Introducing Appfigurate™️ 5

What is Appfigurate?

Appfigurate is a development platform that lets you securely change local and remote configuration properties, feature toggles and flags in iOS, watchOS, Flutter and React Native apps and app extensions.

  • Slow compilation and deployment times? Speed up development and testing by removing the edit‣compile‣deploy cycle when you just need to change your app's configuration properties and feature toggles.

  • Multiple test environments? Reduce your Xcode project's complexity by removing custom build schemes. Build, deploy, and test just one app across multiple test regions.

What makes up the Appfigurate Platform?

Appfigurate consists of the following:

  • Appfigurate app for iOS Simulator

  • Appfigurate app for physical iOS devices.

  • Appfigurate pre-packaged app for real device cloud testing services.

  • AppfigurateSE macOS app, providing:

    • One-click installation to iOS Simulator

    • One-click installation to real-device cloud testing services

    • Manual encryption of strings

    • Xcode source editor extension for automated string encryption

  • Static XCFramework library to link into your iOS/watchOS app and app extensions (via Swift Package Manager)

  • Appfigurate Flutter Plugin - supporting iOS apps.

  • Guides & API docs.

  • Example apps.

Supported languages and toolings

Appfigurate supports the following languages and toolings:

  • Xcode: Swift and Objective-C for iOS and watchOS apps and app extensions.

  • Android Studio (or IntelliJ): Dart for iOS Flutter apps.

  • Visual Studio Code: Dart for iOS Flutter apps. JavaScript for iOS React Native apps.

What does it cost?

Appfigurate app for iOS Simulator, AppfigurateSE macOS, the libraries, docs and examples are made available to you at no cost. The Appfigurate app for physical iOS devices require a small one-time purchase (about the price of a cup or two of coffee).

What happens to my data?

Appfigurate has no server or cloud component, your app metadata records (which include your private keys) are always under your control. We do use analytics on the website and in the apps, which is covered under our privacy policy. For physical device builds of Appfigurate, the app permission usage is described here.

How does Appfigurate work?

Appfigurate uses configuration payloads verified using digital signatures to ensure that only you can configure your app.

Each app that you develop and test; as an iOS, watchOS, Flutter or React Native developer using Appfigurate is represented by a record that we call app metadata. App metadata records consist of a unique URL Scheme and 2048 bit RSA private key.

The URL Scheme is used to launch your app in order to retrieve, apply or reset configuration. The private key is used to digitally sign the configuration payloads. You embed the corresponding public key into your app.

If the configuration payload and digital signature match, then the configuration payload is applied to your app, and your app's configurable properties are updated at runtime. You may optionally configure your app to be restarted automatically, if some properties are only used during the initialization of your app.

The configuration payload and digital signature are stored securely in your app's Keychain (Apple).

How do I get started?

Jump to Getting Started & Downloads for full information.

Last updated