MAF Logon Task Flow
Implement the logon flow in your app.
Context
To complete this process, you must obtain the iOS Native Client SDK libraries, which are
available in the SAP Mobile Platform Client SDK Installer. MAFLogon
ships in the form of separate artifacts such as:
- Statically linked libraries
- Resource bundle folders
- Public header files
MAFLogon is distributed in separate libraries, resource bundles, and header files:
- Libraries
- libMAFLogger.a – logging helper classes.
- libMAFLogonManagerNG.a – Logon Core components that implement registration logic.
- libMAFUIHelper.a – utility UI components.
- libMAFZipHelper.a – ZIP utilities.
- libMAFLogonUING.a – Logon integration API with default Logon UI.
- libMAFUIComponents.a – skinnable controls library.
- Bundles
- MAFLogonManagerNG.bundle – configuration of Logon Core functionalities and localization.
- MAFLogonUING – default Logon UI configuration.
- MAFUIComponents.bundle – skinning configuration and default resources.
- Various header folders.