Could not open linkedIn app with (company profile) url by another android app?

后端 未结 1 683
走了就别回头了
走了就别回头了 2021-01-19 16:56

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

相关标签:
1条回答
  • 2021-01-19 17:45

    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

    0 讨论(0)
提交回复
热议问题