To complete this process, you need to get the iOS Native Client SDK libraries. The
libraries are available as part of the SAP Mobile Platform Client SDK
Installer.
Context
MAFLogon is shipped in the form of separate artifacts such as:
- statically linked libraries
- resource bundle folders
- public header files
Before you can use MAFLogon, you must add associated artifacts. You must also
add dependent frameworks and configure your build settings. For the rest of the
procedure, we assume that you are starting a new project for iOS. If you are working
with an existing project, the steps may vary.
MAFLogon is distributed in separated 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
Use this procedure to integrate MAF Logon into your application.