横向应用程序出现FBSDKGameRequestDialog错误

时间:2015-05-07 06:23:26

标签: ios objective-c facebook cocoa-touch

在我的项目中,我称之为此功能:(适用于iOS版本v4.1.0的Facebook SDK)

FBSDKGameRequestContent *gameRequestContent = [[FBSDKGameRequestContent alloc] init];
gameRequestContent.message = @"Choi thu nhe, hay lam day";
gameRequestContent.title = @"Monkey Junior";
gameRequestContent.to = friends;
dialog = [FBSDKGameRequestDialog showWithContent:gameRequestContent delegate:(id)self];

图像: Screenshot of the problem

我们的应用程序处于横向状态,Facebook好友邀请对话框为纵向,“发送”和“取消”按钮位于屏幕外部。

请帮帮我。

1 个答案:

答案 0 :(得分:0)

这是跟踪here的FB SDK for iOS的已知问题。

在iOS 7.x中可以看到此问题,因此如果它阻止了您,那么您可以至少在iOS 8.x中测试您的功能(如果可行),直到修复程序发布。