To open the linkedin app from the mobile applications you can use the following URL Scheme..
linkedin://profile/[id]
Refer: https://stackoverflow.com/questions/15407170/url-scheme-for-linkedin
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have the following string coming from my database:
string linkedin_profile = "https://www.linkedin.com/in/jassimrahma/";
How can I open it in Linkedin app using Xamarin?
I tried a normal Launch but it's opening in the browser only.
Thanks,
Jassim
To open the linkedin app from the mobile applications you can use the following URL Scheme..
linkedin://profile/[id]
Refer: https://stackoverflow.com/questions/15407170/url-scheme-for-linkedin