Manual encryption
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:
Android app. Follow the
ENCRYPTED_STRINGmacro/function guide.iOS app with or without a watchOS companion app. Follow the
ENCRYPTED_STRINGmacro/function guide.Mobile Flutter app. The flutter
APLNativeConfigurationclass 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.Mobile React Native app. The Appfigurate.nativeValue method defers to the underlying platform
APLConfiguration(iOS) ornz.co.electricbolt.appfiguratelibrary.Configuration(Android) subclass to read encrypted string properties. Choose the most appropriate guide(s) above to follow.

Last updated