Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用的 Pod 文件:
在这里创建了新应用程序:https ://developer.linkedin.com/docs/ios-sdk
在 info.plist 中,添加 App Transport Security 设置并允许任意加载,这是一个布尔值。还在那里添加“LSApplicationQueriesSchemes”。
单击时,启用此代码
let url = NSURL(string: "linkedin://"); UIApplication.sharedApplication().openURL(url!)