Releases: tonyli508/LinkedinSwift
Releases · tonyli508/LinkedinSwift
1.8.0 Replace UIWebView with WKWebView
Logout
Persist Token Over App Launches
TokenSource
Make request according to the token source, despite of linkedin app installed or not
CacheTokenInMemoryNow
- Now lsAccessToken will be cached in memory, especially useful for
webview login -> request profile
. - Add isFromMobileSDK to lsAccessToken, so you know if token string is oauth token or mobile token.
NoMoreLie
LinkedinSwift is a project for managing native LinkedIn SDK using Cocoapods
Linkedin Oauth Helper, depend on Linkedin Native App installed or not, using Linkdin IOS SDK or UIWebView to login, support Swift with iOS 7
It turns out Linkedin 1.0.6 release note: Added Bitcode support. is a lie. So you need to turn off Bitcode to make it work.