Configure TravelExpense App - SAP-archive/fiori-for-ios-workshop GitHub Wiki

Export SAP SDK Frameworks

Launch the Assistant. From the SAP Cloud Platform SDK for iOS Assistant menu, choose the Export Frameworks item to install the SDK frameworks to the /frameworks directory in the local repository.

image015

Run the Reference App

To point the reference application to the newly-created configuration, edit the following properties in AppDelegate.swift. The correct values can be found in the SAP Cloud Platform mobile services view by opening the Application details in the cockpit.

image016

let TRIALACCOUNT: String = <#My Trial Account Name#> // e.g.: "i826181trial"
let APPLICATIONID: String = <#My Application ID#> // "com.sap.expense"
let DESTINATION: String = <#My Destination Name#> // "com.sap.expense" (does not need to match APPLICATIONID)

Then, you should be able to build & run.