我正在我的应用程序中实现 facebook 应用程序请求概念。为此,我使用了此代码Facebook 应用请求
当用户将请求发送给在 iOS 设备中启用的朋友时。它工作正常。朋友正在得到适当的通知。但我还需要当用户单击该通知时,它应该打开我的 iOS 本机应用程序。有人对此有任何想法吗?这个怎么做?
提前致谢。
我正在我的应用程序中实现 facebook 应用程序请求概念。为此,我使用了此代码Facebook 应用请求
当用户将请求发送给在 iOS 设备中启用的朋友时。它工作正常。朋友正在得到适当的通知。但我还需要当用户单击该通知时,它应该打开我的 iOS 本机应用程序。有人对此有任何想法吗?这个怎么做?
提前致谢。
Take a look at "deep linking" here: https://developers.facebook.com/docs/ios/link-to-your-native-app-ios-sdk/
You will need to - add a url scheme - set up a facebook app - add the correct info from your facebook app into your Info.plist - add the code from the examples.
I followed the facebook instructions and there are a lot of steps. But it works for me.
I hope this helps!