1,787 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
453
views
Is my code to integrate Facebook SDK with ATT correct?
I think I did not get an accurate install number from Facebook Ads Manager reporting.
Is it because my iOS app doesn't implement ATT?
If yes, may I know is this the correct implementation?
The ...
0
votes
0
answers
68
views
iOS Facebook permissions not showing to the user
I'm trying to get some facebook user's permissions but not all of them are listed to the user to grant/decline.
Using the FBLoginButton and setting the permissions to:
- email
- pages_show_list
- ...
5
votes
1
answer
869
views
Is facebook discontinued automatic fb_mobile_purchase (Purchase event) and started to log Start trial and Subscribe?
facebook-ios-sdk: 17.0.0
we have enable log in-app events automatically
We rely on the Purchase event (also known as fb_mobile_purchase) for the outcome/result to our campaigns and we noticed that ...
3
votes
1
answer
124
views
When clicking on a facebook post, sometimes I receive fb deeplink and sometimes the universal link of my app
Since recently, Universal links were working well with our app but recently for some users while clicking on a facebook post we receive via func scene(_ scene: UIScene, openURLContexts URLContexts: ...
1
vote
0
answers
147
views
Why does FB SDK login with permissions gives UI issue? Like, buttons hide
My app allow users to integrate their FB account and users can manage their pages.
But when user try to connect and login modal opens by facebook. Then the continuer button at the bottom hides.
Using
&...
1
vote
0
answers
140
views
Error: The operation could not be completed. (Could not make graph API request error -1)
I am trying add Facebook login feature to my swiftUi app. But getting the following error when I download it from testFlight and installed it on a real device.
When I am trying to check it on ...
2
votes
0
answers
1k
views
Facebook Limited Login on iOS doesn't work for production users
Firstly, it's been a while since I've published a Facebook app to support Facebook Login and I'm not sure whether the status Published is the same as Live, can anyone confirm that?
I recently updated ...
11
votes
4
answers
8k
views
Facebook iOS SDK v17.0 error: If you are not using Limited Login, you will need to handle all Graph API calls using Graph API
We have been using Facebook login in our app since forever and this has always worked well.
We have upgraded to the SDK v.17 and have changed the code to use limited login into our app.
When we open ...
0
votes
1
answer
1k
views
Xcode build error from commandline, works fine from IDE
i keep getting below errors when i try creating build using Fastlane. Build from Xcode works fine,
I keep getting below errors not all together but randomly.
I am using SPM and below are versions
...
0
votes
1
answer
198
views
Share photos and link using FBSDKShareKit on IOS
I am using FBSDKShareKit to share link and images on Facebook.
When I share only photos it works fine, but when I share a link and photos at the same time it can only share the link, not the photos.
...
0
votes
1
answer
282
views
Asset validation failed error after implement facebook_app_events
After implementing flutter_facebook_app_events to transfer events to Facebook, there is no problem when building and archiving, but when I distribute to upload to TestFlight, I get the following error....
0
votes
2
answers
704
views
The code signature version is no longer supported - facebook-ios-sdk
The issue started to appear after I have implemented facebook-ios-sdk in order to use facebook signing in in my app. While testing on a simulator, everything works perfectly, but as long as I try to ...
0
votes
0
answers
511
views
How to setup NSUserTrackingUsageDescription in iOS if Facebook App Events enabled?
My app is configured with Facebook iOS SDK to track App Events. As this provides data to 3rd party (Facebook) I have added the following NSUserTrackingUsageDescription
<key>...
-1
votes
1
answer
413
views
How to launch iOS Native Facebook App from my app with a public profile URL?
I am developing an iOS app that needs to open a Facebook user or page profile on the Facebook App (if installed) from my app. I have the public profile URL of the user or page, such as https://www....
2
votes
0
answers
459
views
Again Facebook Deferred link always return nil
After asking ATTrackingManager.requestTrackingAuthorization with an authorized status and then ask for AppLinkUtility.fetchDeferredAppLink always it return nil with this strange error:
...