Search code examples
iosfacebookfacebook-invite

Open iOS app from facebook invite request


So I'm trying to do what candy crush does and open my app immediately after the facebook request is tapped. Right now what's happening is the app store page for the app is opened instead of the already download app. How do I fix this?

Thanks, Matt


Solution

  • You have to add URL types to your app. Follow this guide (section 4) on official Facebook developer website - https://developers.facebook.com/docs/ios/getting-started/.

    Afterwards, you can always open your app with the specific URL type (unique per app).