Skip to content Skip to sidebar Skip to footer

Could Not Open Linkedin App With (company Profile) Url By Another Android App?

i want to open a url from my app, that is 'http://www.linkedin.com/company/company-name', If LinkedIn app is installed, need to launch the app. Otherwise, open the url by launch a

Solution 1:

I know that this is a few months ago, but I'm running into the same issue at the moment

After using APKTool to decrypt the app, I've found their deep linking information: Although the list has various items, the ones that are useful & functional are

you
profile/memberId
group/groupId

There appears to be no deep linking method for getting to companies, which seems a little strange, but it's how they've built it

I have tried jumping to the activity with setClassName(), but that always crashes as I don't think it's available from the outside

It appears as though the only way to properly get to a company pages is by using linkedin-j

I hope this helps someone

Post a Comment for "Could Not Open Linkedin App With (company Profile) Url By Another Android App?"