新的LinkedIn-SDK无法在iPad上运行

时间:2015-07-29 11:16:46

标签: ios ipad linkedin

我在我的应用中实现了新的linkedIn-sdk。它在两个iPhone设备上正常工作。但是当我使用iPad并尝试使用LISDKSessionManager类的方法创建linkedIn会话时:

+ (void)createSessionWithAuth:(NSArray *)permissions state:(NSString *)state showGoToAppStoreDialog:(BOOL)showDialog successBlock:(AuthSuccessBlock)successBlock errorBlock:(AuthErrorBlock)erroBlock;

linkedIn-sdk打开linkedIn app并显示登录或个人资料屏幕,然后......没有任何反应!我没有得到来自linkedIn app的任何回复:(。成功/错误块也没有调用。

在设备上我只有这个日志:

LinkedIn[621] <Error>: assertion failed: 12H143: libxpc.dylib + 51923 [7FF71721-5624-3DDE-9615-146A4D8B7197]: 0x7d
Unknown[621] <Error>:
backboardd[56] <Warning>: CoreAnimation: updates deferred for too long
backboardd[56] <Warning>: CoreAnimation: timed out fence 3073b
SpringBoard[42] <Warning>: CoreAnimation: failed to receive fence reply: 10004003
backboardd[56] <Warning>: CoreAnimation: failed to send fence reply: 10000003
LinkedIn[651] <Warning>: Unbalanced calls to begin/end appearance transitions for <LiCoLoginViewController: 0x14659dd0>.

拜托,有人可以帮助我吗?

0 个答案:

没有答案