Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LinkedIn iOS SDK Bundle Suffix

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,

like image 889
Pedro Góes Avatar asked Feb 07 '26 06:02

Pedro Góes


1 Answers

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

like image 197
Justin Kominar Avatar answered Feb 08 '26 23:02

Justin Kominar