Manual encryption
Last updated
Last updated
If you have 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 guide.
iOS app without a watchOS companion app. Follow the guide.
iOS app and a watchOS companion app that share a single private key. Follow the guide.
iOS app and a watchOS companion app that have different private keys. Follow the guide.
Mobile Flutter app. The flutter APLNativeConfiguration
class defers to the underlying platform APLConfiguration
(iOS) or nz.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 method defers to the underlying platform APLConfiguration
(iOS) or nz.co.electricbolt.appfiguratelibrary.Configuration
(Android) subclass to read encrypted string properties. Choose the most appropriate guide(s) above to follow.