Why do Facebook iOS app is not receiving notifications for application requests?
Asked Answered
M

1

5

I am sending a request dialog like this:

[delegate.facebook dialog:@"apprequests"
       andParams:params
     andDelegate:self];

The notifications on desktop work great. But the Facebook iOS app doesn´t receive any notifications at all. (Neither in-app, globe icon with red number, or Push).

I see this behavior in Path iPhone app. Here you send requests with dialogs and the Facebook iPhone client successfully receives the request notification:

Path notification request

Thanks a lot in advance.

Marozas answered 10/2, 2012 at 0:44 Comment(2)
Is your app configured on Facebook's side as a mobile app? (i.e is there a link between your Facebook app ID and the app store? if not, I don't think requests from your app will be rendered in the iphone app because there's no way for the user to act on them)Armindaarming
Thanks a lot, @Igy. I set it up as a mobile app, fill the app id and bundle, and enabled ´iOS native deep linking´. Would you like to answer that? If you want the points, for making that observation.Marozas
A
7

If you want requests sent to your app's users to appear in the Facebook iPhone app, you need to configure your app settings so that Facebook knows the details of the iPhone version of your app - otherwise the requests aren't displayed as Facebook doesn't think the user can act on them.

The most relevant settings are 'iOS App ID' and 'iOS bundle ID', some of the other settings under 'Native iOS App'may be applicable also depending on how your app integrates with Facebook

Armindaarming answered 10/2, 2012 at 19:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.