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 subclass, then choose the most appropriate guide(s) to follow:

  • iOS app with or without a watchOS companion app. Follow the ENCRYPTED_STRING macro/function guide.

  • Mobile Flutter app. The flutter APLNativeConfiguration class defers to the underlying platform APLConfiguration 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 subclass to read encrypted string properties. Choose the most appropriate guide(s) above to follow.

Last updated