简体   繁体   中英

Facebook App Invites on iOS 9 with last FB iOS SDK zoomed out

I am facing an odd error using latest FB SDK with iOS9. The Invite Friends dialog, opened with App Invites, is very zoomed out, making really difficult to press the Next button. Please see the below screenshot.

Anyone faced the same problem and solved? Have a look at my code below.

FBSDKAppInviteContent *content =[[FBSDKAppInviteContent alloc] init];
content.appLinkURL = [NSURL URLWithString:@"http://angrygranny.com/"];
content.appInvitePreviewImageURL = [NSURL URLWithString:@"http://angrygranny.com/img/promo.png"];
[FBSDKAppInviteDialog showWithContent:content delegate:self];

Screenshots: 第一屏 第二屏 100%缩放

Many thanks

I work at Facebook on the Login team. We're aware of this issue and looking into a fix now.

Please report this at developers.facebook.com/bugs so you'll get updates on our progress to resolution.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM