Android LinkedIn移动SDK错误?离子5

问题描述 投票:1回答:1

我正在使用Ionic5。我想将LinkedIn集成到我的应用程序中。并且我正在使用this Cordova插件。

ionic cordova plugin add cordova-plugin-linkedin --variable APP_ID=YOUR_APP_ID
npm install --save @ionic-native/linkedin

错误是:当我单击登录时,LinkedIn Splash屏幕将打开一秒钟。然后错误显示此错误。

Error logging in {
  "errorCode": "UNKNOWN_ERROR",
  "errorMessage": "The passed in mobile identifier is invalid \"com.myapp\""
}

我正在我的LinkedIn开发人员帐户中查找,但是没有添加捆绑软件ID的选项。

android authentication ionic-framework linkedin ionic5
1个回答
0
投票

在离子5中,有人找到此解决方案吗?

© www.soinside.com 2019 - 2024. All rights reserved.