Constants
The following constants are available globally.
-
NSException of name
AppfigurateLibraryException
thrown in the following scenarios in order to terminate the app when a fatal error occurs:- Invalid list values found.
- Invalid APLKeychainAccessibility value ‘%@’ in Info.plist.
- Invalid configuration after reset method.
- APLConfiguration subclass not found.
- Missing application launch scheme CFBundleURLName/CFBundleURLSchemes in Info.plist.
- Invalid APLLogging value ‘%@’ in Info.plist.
- The allowInvalidSignatures method must be overridden.
- The reset method must be overridden.
- The publicKey method must be overridden.
Declaration
Objective-C
extern NSString *_Nonnull AppfigurateLibraryException
Swift
let AppfigurateLibraryException: String
-
NSNotification.userInfo key for use in
APLConfigurationUpdated
orAPLConfigurationUpdatedBlock
callback.Declaration
Objective-C
extern NSString *_Nonnull APLConfigurationUpdatedAction
Swift
let APLConfigurationUpdatedAction: String