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

Examples

The following GitHub repositories are available to demonstrate the integration of Appfigurate Library into iOS and Mobile Flutter apps and app extensions.

Prerequisites

You must have the following installed:

iOS

Swift example

Contains the following integrations:

  • iOS native app

  • iOS native app extension

  • iOS native app UI automation testing support

  • watchOS app extension

  • watchOS intent extension

Installation instructions

In Xcode, open SwiftExample.xcodeproj

Ensure Appfigurate package dependency has been downloaded. (File ‣ Packages ‣ Reset Package Caches).

Select AppfigurateExample (Swift iOS) target, and choose the iOS Simulator that you previously installed Appfigurate Simulator into. e.g.

Tap Run.

Flutter

Contains the following integrations:

  • iOS app

Installation instructions

In Android Studio, open the directory containing the projects pubspec.yaml

Select main.dart Run/Debug Configuration, and choose the iOS Simulator that you previously installed Appfigurate Simulator into. e.g.

Tap Run.

Last updated