bones.felipe
bones.felipe

Reputation: 596

App requests notifications are not appearing in facebook app

I've developed a web facebook app with the possibility of invite a friend via a request that appears in the notifications. It works fine in the web version of facebook but in the Facebook app (Android and iOS) the notifications are not appearing.

Some questions here in SO address the same issue but all the solutions (Canvas configuration in the developer console, permissions, set the app live, etc) do not work. In this question: facebook app request notification not showing up in Facebook iOS app for mobile web app the accepted answer is to set an ID of the apple store but write a Native app to show the same content seems an overkill in time in money (Specially considering the time that the Apple store takes to accept and App).

Is there any way to fix this?, seems like before setting the canvas (Web and mobile) was enough, but it is not working.

Upvotes: 0

Views: 782

Answers (1)

ifaour
ifaour

Reputation: 38135

This is actually by design. The actual answer is in the docs:

Requests will only surface on platforms where the game has been defined in the app dashboard as having a presence. So for example, if an app exists on iOS and Android, but has no Canvas presence, recipients will not see requests received via that app appear on the desktop web version of Facebook.com as notifications.

Upvotes: 1

Related Questions