Integrating linkedin in ios App for getting some details
问题 I am working on the linkedin based signup,I want to get the some profile details from linkedin. If user has already linkedin installed in your it should open the app and get the details if not you should open the web view and get the details. I downloaded sdk from developers.linkedin.com and I am using the below code. @IBAction func Signup(_ sender: UIButton) { if (self.isInstalled(appScheme: "linkedin://app")){ // App installed let permissions = [LISDK_BASIC_PROFILE_PERMISSION,LISDK