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,