MarcoEidinger
Product and Topic Expert
Product and Topic Expert
Member since ‎05-06-2014

User Statistics

  • 84 Posts
  • 10 Solutions
  • 41 Kudos given
  • 127 Kudos received

User Activity

Recently the engineering team behind the SAP BTP SDK for iOS received questions from app developers on how to use SAPFioriFlows and its predefined onboarding steps except using the WelcomeScreenStep.Before answering this question, I'd like to give a ...
In this blog post, I share how you can leverage passkeys in your mobile applications built with SAP BTP SDK for iOS and SAP Mobile Services. To use passkeys on the iPhone, iOS 16 (or later) is required. Also, iCloud Keychain and two-factor authentica...
SAP BTP SDK for iOS 9.1 was released and if you are using the SAPFioriFlows framework, then you are affected by minor incompatible changes to the ApplicationUIManaging protocol. For a previously generated application project, the error might be rela...
In this blog post, I share code snippets and examples from my YouTube session "Build beautiful, native mobile applications with SAP Fiori for iOS" as part of SAP's Devtoberfest 2022. https://youtu.be/tW6-T3hLR1c The session's highlight is leveragin...
SAP BTP SDK for iOS 8.0.1 includes the first step of supporting Swift Modern Concurrency by introducing the following async functions on SAPURLSession: func data(for request: URLRequest) async throws -> (Data, URLResponse) func data(from url: UR...