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
Gaurav SadhwaniGaurav Sadhwani 

Deep link issue on iOS devices

Hi, 
I am working on a scan application for the Salesforce1 mobile app. To switch between the apps (salesforce1 -> scan app and scan app -> salesforce1), we are leveraging deep link technique. On callback (scan app -> salesforce1), I am redirecting to VF page through "scan://scan?callback=domainName/apex/VFPageName?parameters". 
Its working fine for Andriod devices but in iOS, navigating from scan app -> salesforce1 is not working and is getting redirected to safari browser.
We did some research and found the iOS framework does not support "Deeplink" or "URI Scheme".
Anyone else faced this issue and have a workaround?