function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Maulik SorathiaMaulik Sorathia 

Open my iOS App from Salesforce iOS App

Hello,

I have an iOS app that I would like to open from the Salesforce iOS app.

I have created a Connected App at salesforce and added my iOS app's custom URL scheme, like myapp:// and also a universal URL for iOS app, in Mobile Start URL filed. 

Salesforce app showing my Connected App in the Menu list but on selecting it, it's not opening my iOS app in the device.

Is there any way to do this?
sfdcBahusfdcBahu
1. If user need to launch this from a Record Page. - Create a Custom formula Field  in any object with hyperlink, and add it to the detail page:
     https://help.salesforce.com/articleView?id=tips_for_using_hyperlink_formula_fields.htm&type

2. With Coding you can deploy a simple lightning Component and map it to a Quick Action.
     https://developer.salesforce.com/forums/?id=9060G0000005oXaQAI