简体   繁体   English

LinkedIn iOS SDK Bundle Suffix

[英]LinkedIn iOS SDK Bundle Suffix

So, I have multiple bundles identifiers on my LinkedIn App Account. 所以,我的LinkedIn App帐户上有多个捆绑标识符。 For each one of them, I've also created an URL Suffix Schemes. 对于他们中的每一个,我还创建了一个URL后缀方案。

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. 我设置网址类型的方式类似于li{appID}{suffix} ,其中{appID}是LinkedIn上提供的应用ID号, {suffix}是我为我的应用定义的短字符串。

The problem is: LinkedIn apparently doesn't recognize the suffix and chooses any app that has li{appID} set as an URL type. 问题是:LinkedIn显然无法识别后缀并选择任何将li{appID}设置为URL类型的应用。 Is there any way I can fix this? 有什么办法可以解决这个问题吗?

Thank you, 谢谢,

尝试格式化您的类型,例如: li{appID}-{suffix}

我尝试了类似的类型:li {appID} - {suffix}但是没有从linkedin回调到我的应用程序。

If you're using url scheme suffix, make sure it is specified in the Info.plist. 如果您正在使用url scheme后缀,请确保在Info.plist中指定它。 The key should be "LISuffix" and the value should be the suffix. 密钥应为“LISuffix”,值应为后缀。 Also, register a url scheme with the format li(appId)-(suffix). 另外,注册格式为li(appId) - (后缀)的url方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM