Examples
Prerequisites
iOS
Swift example
Installation instructions
Flutter
Installation instructions

Last updated
The following GitHub repositories are available to demonstrate the integration of Appfigurate Library into iOS and Mobile Flutter apps and app extensions.
You must have the following installed:
Appfigurate Simulator app installed into one or more iOS Simulators (use the AppfigurateSE macOS app for easy 1 click installation).
Note: You cannot have both the Objective-C and Swift examples installed in the same Simulator, as they share the same URL Scheme and app identifiers.
To swap between language examples you must delete the existing app from the Simulator and clear Xcode's DerivedData directory.
Contains the following integrations:
iOS native app
iOS native app extension
iOS native app UI automation testing support
watchOS app extension
watchOS intent extension
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.
Contains the following integrations:
iOS app
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
git clone https://github.com/electricbolt/appfiguratesdk-swiftexample.gitgit clone https://github.com/electricbolt/appfiguratesdk-flutter.git