Is it possible to open SAP Analytics Cloud mobile app from a React Native app?

127 Views Asked by At

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.

1

There are 1 best solutions below

0
On

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