问题
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,
回答1:
Try formatting your types like: li{appID}-{suffix}
回答2:
I have try given types like: li{appID}-{suffix} But not getting callback from linkedin to my app.
回答3:
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).
来源:https://stackoverflow.com/questions/32671488/linkedin-ios-sdk-bundle-suffix