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
Rauli RikamaRauli Rikama 

Android issue with opening SF1 app directly to a record - deep links

Hi,

We are having issues with transferring user from our app to Salesforce1 app. We are trying to open record created in our app with SF1. In iOS platform we got it working by calling this: 
com.salesforce.salesforce1://sObject/#recordid#/view
Replace: #recordid# with object id.
Same doesn't work on Android. Neither does the the version you have documented here:
http://help.salesforce.com/HTViewSolution?id=000213748
or here:
https://resources.docs.salesforce.com/sfdc/pdf/salesforce1_url_schemes.pdf

Anyone got these to work on Android?
Serena SchultzSerena Schultz
Hi Rauli,

Did you ever figure out a fix for this? I'm having the same issue and can get the link to SF1 to work on iOS but not Android. 

Thanks!
Serena
Rauli RikamaRauli Rikama
Hi Serena,

Yeah actually 2 different URI has to be used. For iOS as I stated before but for Android the format is salesforce1://sObject/*idhere*/view

Br,
Rauli
William WyattWilliam Wyatt
This Andriod deep link doesn't work correctly, it only takes you to the home screen.  Is there another solution to this?