简体   繁体   English

Facebook请求通知未在iOS移动版Safari中显示,但在原生Facebook应用中显示

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

Use-case: I sent a request from my game to friend x. 使用案例:我从我的游戏向朋友x发送了一个请求。 Friend x gets a notification in his native Facebook app, taps it and the game opens. 朋友x在他的原生Facebook应用程序中获取通知,轻击它并打开游戏。 If he opens the safari mobile page of Facebook the same notification is never shown. 如果他打开Facebook的safari移动页面,则不会显示相同的通知。

Is there a way to enable request notifications to appear in the mobile website of facebook? 有没有办法让请求通知出现在Facebook的移动网站上?

My game has an Facebook iOS App enabled, the bundle identifier is set and the Store ID is set. 我的游戏启用了Facebook iOS应用程序,设置了包标识符并设置了商店ID。 The Facebook App runs in developement Mode. Facebook App以开发模式运行。

well what i did to acomplish a similar result... Open my app from a button in an email... is using URL Schemes.. 以及我做了什么来完成类似的结果...从电子邮件中的按钮打开我的应用程序...正在使用URL方案..

basically everything you need to do is modify your info.plist file and then your are ready to go. 基本上你需要做的就是修改你的info.plist文件然后就可以了。

whenever the device sends a request for example myapp:// ... (from a browser, another app, etc.) ... then your app will show up 每当设备发送请求时,例如myapp:// ...(来自浏览器,其他应用等)...那么你的应用就会显示出来

这里

here is an image with an example.. hope it helps 这是一个带有示例的图像..希望它有所帮助

GL HF GL HF

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Facebook应用程序请求通知未显示在Facebook iOS应用程序的移动Web应用程序 - facebook app request notification not showing up in Facebook iOS app for mobile web app Facebook应用程序登录请求未在FB iOS应用程序中打开,而是在Safari移动浏览器中打开 - Facebook app login request do not open in FB iOS app , it opens in Safari mobile browser 如何从iOS上的本机Facebook应用程序在Safari中打开移动Web应用程序链接? - How to open mobile webapp link in Safari from native Facebook app on iOS? 来自ios应用程序的facebook请求未显示在facebook移动应用程序中 - facebook requests from ios apps are not showing in facebook mobile app Facebook iOS应用程序在fbauth之后没有重定向到移动版Safari // - Facebook iOS app not redirecting to mobile Safari after fbauth// 通过移动网页上的原生Facebook iOS应用登录 - Login via native Facebook iOS app from mobile webpage 在 iOS 上通过本机 Facebook 应用程序打开 Facebook 链接 - Open a facebook link by native Facebook app on iOS iOS:使用Facebook登录并打开Native Facebook应用程序 - iOS : Login with Facebook and open Native Facebook app 测试Facebook Native iOS App - Testing Facebook Native iOS App 是否可以生成一个“在 Facebook 上分享”链接,在 Android/iOS/手机上打开原生 Facebook 应用程序而不是网络共享对话框? - Is it possible to generate a 'share on Facebook' link that opens the native Facebook App on Android/iOS/mobile instead of the web share dialog?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM