没有选项可以将 iOS 应用程序的 bundle-id 保存到 linkedIn 应用程序中的 "mobile" 设置
No option to save bundle-id of iOS app to "mobile" setting in linkedIn app
我正在尝试通过 iOS 应用在 LinkedIn 中实现共享功能,
我经历了 LinkedIn SDK Doc。 使用我的 LinkedIn 应用配置我的 Bundle ID
时我卡住了
正如他们在文档中提到的那样,iOS 下图中的设置
After creating app using create app in linkedIn link, iOS setting is not available for iOS in "Mobile" setting page. but as per linkedIn documentation option should be in "mobile" setting.
在 linkedIn 中创建应用后
我知道这很愚蠢,但我将我的应用程序 bundleID
保存在以下 OS 设置中以获取 linkedIn 应用程序 ID,不幸的是没有获取。
但是我从URL那里拿来的(我不确定这是否正确)并且在项目中做了剩余的设置和添加代码,但是没有工作。
我猜这是网站问题
然后,有什么解决方案可以将我的 iOS 应用程序的 bundleID 保存在 linkedIn 应用程序中以获取应用程序 ID?
如有任何帮助,我们将不胜感激。
感谢 linkedIn 开发团队。最后,他们在 linkedIn 应用程序中添加了 iOS 设置,用于集成 iOS 应用程序。
在 iOS 设置中不保存 iOS 捆绑标识符和 iOS URL 后缀方案,在 xCode 中构建应用程序时会出错。
Error Domain=LISDKAuthError Code=5 "The operation couldn’t be completed. (LISDKAuthError error 5.)" UserInfo=0x17d61b00 {originalDomain=LISDKServerError, errorDescription=either bundle id or package name / hash are invalid, unknown, malformed,
从 linkedIn 开发者帐户打开您的链接应用。然后导航到移动菜单:请查看下面的屏幕截图
请检查您是否有应用程序 ID:<01234> 在您的 IOS 应用程序中使用的任何东西 info.plist。
同时确认您是否添加了正确的 IOS 捆绑包标识符:点击添加按钮,如果需要,在 LinkedIn 应用程序中点击 IOS URL 方案后缀。
点击更新按钮,然后尝试在应用程序上使用 linkedin 登录,它会起作用。
-快乐编码。
我正在尝试通过 iOS 应用在 LinkedIn 中实现共享功能, 我经历了 LinkedIn SDK Doc。 使用我的 LinkedIn 应用配置我的 Bundle ID
时我卡住了正如他们在文档中提到的那样,iOS 下图中的设置
After creating app using create app in linkedIn link, iOS setting is not available for iOS in "Mobile" setting page. but as per linkedIn documentation option should be in "mobile" setting.
在 linkedIn 中创建应用后
我知道这很愚蠢,但我将我的应用程序 bundleID
保存在以下 OS 设置中以获取 linkedIn 应用程序 ID,不幸的是没有获取。
但是我从URL那里拿来的(我不确定这是否正确)并且在项目中做了剩余的设置和添加代码,但是没有工作。
我猜这是网站问题
然后,有什么解决方案可以将我的 iOS 应用程序的 bundleID 保存在 linkedIn 应用程序中以获取应用程序 ID?
如有任何帮助,我们将不胜感激。
感谢 linkedIn 开发团队。最后,他们在 linkedIn 应用程序中添加了 iOS 设置,用于集成 iOS 应用程序。
在 iOS 设置中不保存 iOS 捆绑标识符和 iOS URL 后缀方案,在 xCode 中构建应用程序时会出错。
Error Domain=LISDKAuthError Code=5 "The operation couldn’t be completed. (LISDKAuthError error 5.)" UserInfo=0x17d61b00 {originalDomain=LISDKServerError, errorDescription=either bundle id or package name / hash are invalid, unknown, malformed,
从 linkedIn 开发者帐户打开您的链接应用。然后导航到移动菜单:请查看下面的屏幕截图
请检查您是否有应用程序 ID:<01234> 在您的 IOS 应用程序中使用的任何东西 info.plist。
同时确认您是否添加了正确的 IOS 捆绑包标识符:点击添加按钮,如果需要,在 LinkedIn 应用程序中点击 IOS URL 方案后缀。
点击更新按钮,然后尝试在应用程序上使用 linkedin 登录,它会起作用。
-快乐编码。