Native iOS Facebook SSO won't return to app

前端 未结 4 1964
孤独总比滥情好
孤独总比滥情好 2020-12-06 11:25

Ok this may seem like a duplicate but I\'ve been through all of the questions that center around the issue and I still can\'t seem to get this to work for my app.

I

4条回答
  •  伪装坚强ぢ
    2020-12-06 11:28

    I ran into another issue. I edited the raw Info.plist file and added:

    URL Types
    
        
            URL Schemes
            
                 fbxxxxxxxxx
            
        
    
    

    That didn't work because the keys are not 'URL Types', 'URL Schemes' and 'URL Identifier', it's 'CFBundleURLTypes' , 'CFBundleURLSchemes' and 'CFBundleURLIdentifier' instead. Xcode will rename that in the editor to 'URL Types', 'URL Schemes' and 'URL Identifier'.

    To be sure select the Info.plist in xcode, right click->show raw keys/values.

    enter image description here

提交回复
热议问题