No option to save bundle-id of iOS app to “mobile” setting in linkedIn app

微笑、不失礼 提交于 2019-11-27 08:25:48

问题


I am trying to implement share functionality in LinkedIn from iOS app, I have gone through LinkedIn SDK Doc. I am stuck when Configuring my Bundle ID with my LinkedIn app

As they have mentioned in documentation, iOS setting in following image

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.

After creating app in linkedIn

I know this is silly but I saved my app bundleID in following OS setting to get linkedIn application ID, unfortunately didn't get.

But I took it from URL(I am not sure whether that is correct or not) and Did the remaining settings and added code in project, but not working.

I guess this is website issue

Then also, Is there any solution to save bundleID of my iOS app in linkedIn app to get application ID ?

Any help would be appreciated.


回答1:


Thanks to linkedIn developer team. Finally they have added iOS setting in linkedIn app for integrating iOS application.

without saving iOS Bundle Identifiers and iOS URL Suffix Schemes in iOS setting, will get error while app build in 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,

|improve this answer

来源:https://stackoverflow.com/questions/31209347/no-option-to-save-bundle-id-of-ios-app-to-mobile-setting-in-linkedin-app

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