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