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:
Thanks a lot in advance.