Pod File used :
created new app in here : https://developer.linkedin.com/docs/ios-sdk
Pod File used :
created new app in here : https://developer.linkedin.com/docs/ios-sdk
In info.plist , Add App Transport Security setting and allow the arbitrary loads which is a bool. Also add "LSApplicationQueriesSchemes" there.
on click, enable this code
let url = NSURL(string: "linkedin://");
UIApplication.sharedApplication().openURL(url!)