ragisaikiran
Explorer
Member since ‎2023 Mar 24

User Statistics

  • 11 Posts
  • 0 Solutions
  • 5 Kudos given
  • 7 Kudos received

User Activity

Hi Experts, I am using SAP BTP SDK for Android(V5.1.2). I am doing some changes in offline store. While trying to Sync I am getting some Sync Errors. I have Identified those errors using getErrorArchive() In order to move forward these errors to ...
I am using SAP BTP SDK V5.1.2 in my Android project. Here as per the requirement I have to execute multiple count fetching queries in the same time. So I would like to use RequestBatch. Can anyone please help me how to implement this. If possible...
Hi Experts, I am using SAP BTP SDK in my android project. As per the requirement I need to onboard the user using SAML authentication. But here I am getting error page like below attached screenshot.Below the code snipped I have used. SamlConfig...
Hi TeamI am facing issue with SecureKeyValueStore provided by the SAP BTP SDK.Below is the code snippet I have used. EncryptionUtil.initialize(context);byte[] myEncryptionKey = EncryptionUtil.getEncryptionKey("alias_for_preferences_store");SecureKe...
Hi, I am using SAP BTP SDK to create a project with Basic Configuration. Here I have completed the Onboarding part using 'flowsv2' library.But I need My own UI at login screen as per the requirement.Can you please share code snippet to complete Onb...