0

I have developing a mobile app with React Native. I want to open SAP Analytics Cloud (SAC) app from my app.

I tried to open SAC app with "Linking" library but don't know how to find APP URL. How can I find SAC app URL or any specific app URL? Thanks for your helps.

Employed Russian
  • 199,314
  • 34
  • 295
  • 362

1 Answers1

0

The SAP Analytics Cloud iOS app offers a URL scheme for deep links, which when you open it from your app, will open the app:

sap-analytics-cloud://<customerdomain>.<region>.<domain>/?type=story&id=<storyID>

See the help page

Nef10
  • 926
  • 2
  • 16
  • 26