App Is Not Allowed To Query For Scheme Fb

Discussion in 'Technical Discussion' started by trudnai, Oct 27, 2017.

  1. trudnai

    trudnai Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,235
    Likes Received:
    701
    Hey Guys,

    Does anyone knows why is this? I try to use the FaceBook button, but when I tap on it (testing on an iPhone), then I get this message in Xcode debug log and Safari opens up n the device instead of Facebook app

    Code:
    2017-10-27 10:53:35.408484-0700 PZPlayer[618:749606] -canOpenURL: failed for URL: "fb://" - error: "This app is not allowed to query for scheme fb"
     
  2. Christoph

    Christoph Miniboss Boxer

    Joined:
    Oct 4, 2015
    Messages:
    2,807
    Likes Received:
    2,309
    Does work in my game on iOS (on Android not). Stupid question: have you facebook installed?

    And does your entire link look like this: fb://profile/YOURFBNUMBER?

    I wonder if you need the Facebook SDK integrated to have this working... hmmm
     
  3. trudnai

    trudnai Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,235
    Likes Received:
    701
    It seems from iOS 9 we need to place this onto the PTPlayer-Info.plist to get it work:

    Screen Shot 2017-10-27 at 4.27.37 PM.PNG
     
    Christoph likes this.

Share This Page