I\'m using SignIn with Linkedin on a website, via the JS API. It works fine on the few desktop browsers I\'ve tested (Chrome and FF on Windows, Safari on MacOS), and on a sl
Unfortunately, LinkedIn's JS SDK is incompatible with iOS 5+ due to the way that Javascript is paused during cross-window communication processes. You will need to fall back to server-side REST calls to ensure 100% platform compatibility.