LinkedIn iOS SDK Bundle Suffix

一世执手 提交于 2019-12-10 18:12:10

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!