cancel
Showing results for 
Search instead for 
Did you mean: 

Launch Fiori Client Directly From URL

Former Member
0 Kudos

All,

Is there a way to directly Launch Fiori Client on Phones & Tablets via URLs?

i.e. A requisition approval email is sent to an Approver with a link in the email. When the URL is clicked on the approver's mobile device, Fiori Client will be opened directly instead of opening Fiori in a browser.

Example of what I'm referring to:  Launching iOS Applications Via URL | Launching Your App Via URL | InformIT

Thank you!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey there

You would need something like this:

http://stackoverflow.com/questions/419119/launch-an-app-from-within-another-iphone

But I don't know if the Fiori Client is supporting such things. You could at least try it, I would be interested too. Mabye to launch your fiori client, you need to customize your fiori client with some cordova plugins.

Regards

Fabian

Answers (1)

Answers (1)

gill367
Active Contributor
0 Kudos

It is not possible with the standard SAP Fiori client application. However, you can create custom fiori client application using "" which will provide you the xcode project and you can make the changes in that to assign the required "CFBundleURLName" and "CFBundleURLSchemes" properties for launching it from a url "Inter-App Communication".

Regards,

Sarbjeet Singh