Open Linkedin app

Jassim Al Rahma 1,576 Reputation points
2021-08-18T22:06:45.48+00:00

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

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,363 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,010 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,166 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Sreeju Nair 12,361 Reputation points
    2021-09-21T12:35:32.647+00:00

    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

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.