cancel
Showing results for 
Search instead for 
Did you mean: 

SAP SDK Visualization for iOS

Former Member
0 Kudos

1. Is there any specific library that we can use to build charts, crosstabs and to be able to assign data dynamically?

2. Can we integrate d3 library with SAP SDK?

3. I saw that OData is one of the options to retrieve data? Can we use universe or Hana or any other services?

4. Is there any recommended software that we can use or we should go with XCode?

5. Is this related to SAP SDK or is something else -https://experience.sap.com/fiori-design-web/chart/ ?

Accepted Solutions (0)

Answers (1)

Answers (1)

pfefferf
Active Contributor

1) At the moment the SDK provides no functionality to create charts. But of course you can use every other charting library available for iOS (like e.g. "charts").

2) The SDK provides no specific functionality for that. But of course (again) you can integrate D3 via a web container in your app if really required.

3) The SDK provides best support for OData via generated proxy functionality based on the OData Online/Offline framework. The usage of other services types is of course possible using functionality available in Swift by default (e.g. if you wanna call an XSJS service on a HANA system you can use an URLSession (or SAPURLSession from the SDK) and create a dataTask on it).

4) Not really clear what you are searching for. Xcode itself would be enough (and the SDK) would be enough to create apps with the SDK. Depending on what you wanna do in addition, there are different tools/frameworks which supports you in your developing tasks (e.g. Swiftlint for linting of Swift code).

5) No, the link you mentioned is only valid for SAP Fiori Web applications.

Regards,
Florian