Questions tagged [sap-btp-sdk-ios]

5 questions
1
vote
0 answers

Issue integrating SAP iOS with SwiftUI

I am following the tutorial provided by SAP to create an app in SwiftUI that present data of customers in a list. Link to the tutorial: https://www.youtube.com/watch?v=eu9ElMcUtCI&t=480s The App is loading correctly, then I have the following…
Sullivan
  • 11
  • 2
1
vote
1 answer

How set navigation bar title with segment controller in UITableViewController?

How can i achieve like this in UITableView controller not in UIViewController. here i'm using SAP Fiori component for design. So far i tried ui form storybard using navigation bar prompt: here is the code so far i tried: …
PvUIDev
  • 95
  • 1
  • 9
  • 38
0
votes
0 answers

How to resolve issue for updated docker image ppiper/cf-cli in SAP piperpipeline

We are using SAP piperpipeline. In the 'release stage', the latest docker image "ppiper/cf-cli" will be pulled. The image ppiper/cf-cli is updated in last week. When we are triggering the jenkins pipeline, we are facing the below…
varsha
  • 11
  • 2
0
votes
1 answer

SAP Fiori IOS SDK Offline OData Filter Issue

I'm trying to add a query to offline provider as below. And I'm trying to add a filter condition for a DateTime property of my entity. Data types of startdate property both the proxy generated object and the…
tarzanbappa
  • 4,930
  • 22
  • 75
  • 117
-1
votes
1 answer

Json error in SAP oData service iOS application

I created sample app using SAP Cloud platform, it also generated Proxy classes with backend url "http://staging.*****.com/OData/sapiOS.svc/". When I running the app it didn't display the details and shows an error: " JsonError: Expected token start…