1

My application is already live and I am updating it for iOS 9. So I am updating FBSDK. Everything is working fine while inviting friends.It opens the dialog box,choose the friends for invitation but I am not getting any notification. Here is my code:

FBSDKAppInviteContent *content =[[FBSDKAppInviteContent alloc] init];
content.appLinkURL = [NSURL URLWithString:@"https://fb.me/711720725626059"];
[FBSDKAppInviteDialog showWithContent:content
                             delegate:self];

Can someone give me any suggestion or extension regarding the same. Thanks

1 Answers1

0

You can visit the link below. i have the same problem and this must help

FBSDKAppInviteDialog in Facebook iOS SDK version 4.0.1 invite successfully sent, but no notifications received

1) You invited Facebook user who already used your app

2) Must be a live Apple App id in App Setting Facebook

3) If user already installed your app. you can assign them as a tester then they always receive your notification.

Hope this help :)

Community
  • 1
  • 1
Chirag Shah
  • 3,034
  • 1
  • 30
  • 61