Skip to main content

All Questions

0 votes
1 answer
595 views

Unknown type name 'SKPaymentDiscount'. FBSDKCoreKit

I am facing an issue when building the Facebook sdk for iOS facebook-ios-sdk in my Swift 3 iOS application. I have recently updated the FBSDKCorekit and FBSDKLoginkit pods I'm using in my iOS ...
user3574533's user avatar
1 vote
1 answer
585 views

framework not found FBSDKShareKit for architecture arm64

Xcode doesn't found the framework FBSDKSharekit when i build. The Error I already have a configuration for Firebase Authentication (Use of FBSKCoreKit, FBSDKLoginKit, Bolt). And I just need the ...
Rémy Seba's user avatar
0 votes
1 answer
95 views

Facebook is working only on first time app start after install, not if restart the app

I have integrated FB SDK in my app. If i install my app and try to login for the first time then it is working fine. But if i do not login and restart my app, then it is not working and stoping in the ...
user3513902's user avatar
2 votes
4 answers
2k views

Can't add description and title to url using Facebook share link content

I try add description and title for share link content . I am using pod 'FacebookShare' (because when i using FBSDKShareKit, description and title are deprecated) https://i.sstatic.net/9p9lp.jpg ...
DmitriyYefremov's user avatar
0 votes
0 answers
518 views

ios swift - creating FBSDKShareDialog instance failed

I'm trying ti implement a share function use FBSDKShareKit, but when the FBSDKShareDialog cannot be created. The code is here: let content = FBSDKShareLinkContent() content....
Jiawei An's user avatar
0 votes
1 answer
83 views

Issue in Facebook SignIn

I am using Facebook Sign In in my app. I have pods to import dependencies. I have used pod FBSDKCoreKit and pod FBSDKLoginKit in pod file. And my code is //AppDelegate import FBSDKCoreKit import ...
Mano's user avatar
  • 700
0 votes
2 answers
661 views

AWS Cognito integration swift3 Refresh provides ResourceNotFoundException

Following the answer here: https://github.com/aws/aws-sdk-ios/issues/357 At the very bottom there is a mini guide on getting swift and cognito working. I've made a AWSCustomIdentityProvider as such: ...
user2977578's user avatar
0 votes
1 answer
2k views

Custom Facebook loginButton functions Swift 3

I'm trying to create a custom loginButton, which I've found a lot of guides for. However, none of them were updated for Swift 3, so I've tried myself to create the functions. however, I keep getting ...
Peter Pik's user avatar
  • 11.1k
1 vote
1 answer
143 views

Get game request ID / Access Facebook game request notification content

I am trying to send requests with data to Facebook friends in my app. The requests are successfully sent and I do get notifications. However the message on the notifications is not what I specify (the ...
toiavalle's user avatar
  • 434
0 votes
1 answer
113 views

request Facebook friends return empty

I have two Facebook accounts(friends) and I logged in and authorized my app in both. But when I try to request friends from any of them I get an empty list. Can this be related to the fact that my app ...
toiavalle's user avatar
  • 434
1 vote
2 answers
1k views

Facebook Login Issue with WebView not Closing using (Swift 3.0 FacebookLogin 0.2.0)

The pods I'm using from my podfile: PODS: - Bolts (1.8.4): - Bolts/AppLinks (= 1.8.4) - Bolts/Tasks (= 1.8.4) - Bolts/AppLinks (1.8.4): - Bolts/Tasks - Bolts/Tasks (1.8.4) - ...
user2977578's user avatar
12 votes
7 answers
13k views

FB Login using Swift 3 not returning any values and not get back the user to the App after successful login

I'm using iOS 10 Swift 3 to integrate FB Login. I have followed all steps from Facebook documentation. Now the issue is, after successful login it doesn't returning any values and not get back the ...
Ragul's user avatar
  • 3,186
6 votes
2 answers
14k views

Type 'Any?' has no subscript members [duplicate]

I am trying to retrieve email id after fb login in my app. However I am getting an error when i try to get the value from result. The error is:Type 'Any?' has no subscript members. func ...
Vyshakh's user avatar
  • 632
3 votes
1 answer
854 views

Swift FBSDKLogin Swift 3 AppDelegate update

I am currently implementing Facebook login in my app, and I just came to notice that after the Swift 3 update, the code in AppDelegate has slightly changed since the last time I added Facebook login ...
askaale's user avatar
  • 1,199