简体   繁体   English

iOS 上的 Facebook apprequest 实现 - 接受的请求正在打开应用商店,而不是我的应用

[英]Facebook apprequest implementation on iOS - accepted requests are opening app store, not my app

In my application I have implemented apprequest refrenced from this url http://developers.facebook.com/docs/howtos/link-to-your-native-app-ios-sdk/在我的应用程序中,我已经实现了从这个网址http://developers.facebook.com/docs/howtos/link-to-your-native-app-ios-sdk/ refrenced 的 apprequest

My problem is this when I send apprequest to my friends, after that he got notification from this and click notification then its redirect to iTunes app url where he download the app.我的问题是当我向我的朋友发送 apprequest 之后,他收到来自此的通知并单击通知,然后将其重定向到他下载该应用程序的 iTunes 应用程序 URL。 After complete this procedure, again I send apprequest to my friends, my friend got notification like before and click this notification but it's redirecting to itunes not launching installed apps.完成此过程后,我再次向我的朋友发送 apprequest,我的朋友像以前一样收到通知并单击此通知,但它重定向到 iTunes 而不启动已安装的应用程序。

Did you configure the URL scheme correctly in your app's plist file?您是否在应用的 plist 文件中正确配置了 URL 方案? See Step 5 of the iOS SDK 3.1 'Getting Started' guide for more details on how to set the FacebookAppID and URL types values in your .plist有关如何在.plist设置FacebookAppIDURL types值的更多详细信息,请参阅iOS SDK 3.1“入门”指南的第 5 步

Without that, the Facebook app can't detect that your app is installed on the device, and directs to the App Store instead没有它,Facebook 应用程序无法检测到您的应用程序已安装在设备上,而是定向到 App Store

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM