1

I'm sending a Game Request Content with something like this:

FBSDKGameRequestContent *gameRequestContent = [[FBSDKGameRequestContent alloc] init]; gameRequestContent.message = @"My message"; gameRequestContent.title = @"My title"; gameRequestContent.recipients = @[idFacebook]; gameRequestContent.actionType = FBSDKGameRequestActionTypeNone; FBSDKGameRequestDialog* dialog = [[FBSDKGameRequestDialog alloc] init]; dialog.content = gameRequestContent; dialog.delegate = self; [dialog show]; 

And the recipient can see the invite through https://www.facebook.com/games/activity but not receiving the notification in the top right facebook icon. Why is that?

In the Facebook App I've created the iOS app and the canvas game.

1

1 Answer 1

1

You need to make your app public before anyone could watch the notification on their iPhones.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.