Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 458
Rigo Vides Avatar asked Feb 10 '12 00:02

Rigo Vides


1 Answers

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

like image 69
Igy Avatar answered Oct 08 '22 17:10

Igy