SAPFioriFlows Reference
The SAPFioriFlows
framework includes components that combines existing SAPFoundation
, SAPCommon
, and SAPFiori
capabilities into a higher level framework that allows you to develop complex onboarding processes using just a few lines of code. SAPFioriFlows
supports most typical application onboarding scenarios.
Note: SAPcpms (and more generically server) refers to SAP Mobile Services.
Dependencies
The SAPFioriFlows.xcframework depends on the following frameworks:
- SAPCommon.xcframework
- SAPFoundation.xcframework
- SAPFiori.xcframework
Installation
Add SAPCommon.xcframework, SAPFoundation.xcframework, SAPFiori.xcframework, and SAPFioriFlows to your Xcode project. Add SAPCommon.xcframework, SAPFoundation.xcframework, SAPFiori.xcframework, and SAPFioriFlows under Embedded Binaries in the General tab for your project configuration. Your App is now linked to the frameworks and appears under Link Binary with Libraries and Embeded Frameworks section in the Build Phases tab of your App’s Xcode project settings.
Component Categories
- Onboarding Basics – Initialize the application so it can communicate with the backend system
- Onboarding Configuration – Gather configuration information and transform that information into a unified format
- Onboarding Automatic Mode – Implement an automatic or advanced onboarding process