Facebook Request Notification not showing in iOS mobile safari but in native facebook app

835 Views Asked by At

Use-case: I sent a request from my game to friend x. Friend x gets a notification in his native Facebook app, taps it and the game opens. If he opens the safari mobile page of Facebook the same notification is never shown.

Is there a way to enable request notifications to appear in the mobile website of facebook?

My game has an Facebook iOS App enabled, the bundle identifier is set and the Store ID is set. The Facebook App runs in developement Mode.

1

There are 1 best solutions below

0
On

well what i did to acomplish a similar result... Open my app from a button in an email... is using URL Schemes..

basically everything you need to do is modify your info.plist file and then your are ready to go.

whenever the device sends a request for example myapp:// ... (from a browser, another app, etc.) ... then your app will show up

here

here is an image with an example.. hope it helps

GL HF