Comment on page
Manual encryption
It is highly recommended to use the Xcode source editor extension to automate the encryption of strings.
If you have encrypted string properties in your
APLConfiguration
(iOS/watchOS) or nz.co.electricbolt.appfiguratelibrary.Configuration
(Android) subclass, then choose the most appropriate guide(s) to follow:- iOS app and a watchOS companion app that share a single private key. Follow the
ENCRYPTED_STRING
macro/function guide. - iOS app and a watchOS companion app that have different private keys. Follow the ENCRYPTED_STRING_IOS_WATCHOS macro/function guide.
- Mobile Flutter app. The flutter
APLNativeConfiguration
class defers to the underlying platformAPLConfiguration
(iOS) ornz.co.electricbolt.appfiguratelibrary.Configuration
(Android) subclass to read encrypted string properties. Choose the most appropriate guide(s) above to follow.

Last modified 9mo ago