Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't share to linkedin using UIActivityViewController

I can't share anything via linkedin using UIActivityViewController. While I tap share via linkedin, it opens the sharing pop up and dismisses immediately after opened it. All other sharing are working fine. Could you please tell me a solution? Thanks.

Note: my project is in ios9 and xcode version is 7

and my error log shows : plugin com.linkedin.LinkedIn.ShareExtension interrupted

like image 765
Mumthezir VP Avatar asked Oct 27 '15 09:10

Mumthezir VP


1 Answers

The iOS 8 extensions cannot be presented in a custom share screen. You absolutely have to use UIActivityViewController in order for the share/action extensions to appear.

like image 182
Arvind Patidar Avatar answered Nov 01 '22 20:11

Arvind Patidar