Now while clicking on link profile page is opening in app if app is installed otherwise opening in web.
But this is not the official URL schemes provided by linkedIn. I need the permanent solution for that. Can anyone help me in that. Thanks in advance!
I want to open the profile of LinkedIn in LinkedIn app if app is installed otherwise in web. So, I added the code like this:
Always it's redirecting to web only even if the app is installed.
I tried to resolve this issue using deep linking
Added LSApplicationQueriesSchemes in info.plist file
Now while clicking on link profile page is opening in app if app is installed otherwise opening in web. But this is not the official URL schemes provided by linkedIn. I need the permanent solution for that. Can anyone help me in that. Thanks in advance!