LinkedIn iOS SDK Bundle Suffix
Asked Answered
B

3

3

So, I have multiple bundles identifiers on my LinkedIn App Account. For each one of them, I've also created an URL Suffix Schemes.

The way I'm setting my URL types is like li{appID}{suffix}, where {appID} is the Application Id number as provided on LinkedIn and {suffix} is a short string I've defined for my app.

The problem is: LinkedIn apparently doesn't recognize the suffix and chooses any app that has li{appID} set as an URL type. Is there any way I can fix this?

Thank you,

Bedlam answered 19/9, 2015 at 17:56 Comment(0)
A
4

Try formatting your types like: li{appID}-{suffix}

Andaman answered 24/9, 2015 at 4:43 Comment(1)
Hi Justin, the following scheme doesn't work. When I trigger the login call, it goes to the LinkedIn app and never shows any login screen or even returns to our app.Nash
P
3

I have try given types like: li{appID}-{suffix} But not getting callback from linkedin to my app.

Penthea answered 7/10, 2015 at 10:26 Comment(3)
The same is happening to me.Nash
I have the same problem. Are the LinkedIn developers aware of this problem?Jaenicke
@Jaenicke They are, but apparently do not care. Big companies.Nash
K
2

If you're using url scheme suffix, make sure it is specified in the Info.plist. The key should be "LISuffix" and the value should be the suffix. Also, register a url scheme with the format li(appId)-(suffix).

Klondike answered 29/10, 2015 at 5:54 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.