Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top