Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I installed iOS SDK version 16.0.3 using the Swift Package Manager process, but when I checked on the Facebook developer account, it showed version 0.3.1. #2362

Open
5 tasks done
ayushmahajan12 opened this issue Mar 20, 2024 · 1 comment

Comments

@ayushmahajan12
Copy link

Checklist before submitting a bug report

Xcode version

15.3

Facebook iOS SDK version

16.3.1

Dependency Manager

CocoaPods

SDK Framework

Core

Goals

We want to track the events when users see the advertisement of our app. Additionally, when a user clicks on that advertisement, they should be navigated to our application.

Expected results

I integrated the iOS SDK version 16.3.1 successfully, and the same version should shown on to the Facebook developer account.

Actual results

I integrated the iOS SDK version 16.3.1 successfully, , but on to the Facebook developer account it shows 0.3.1

Steps to reproduce

Using Swift Package Manager (SPM)
If your app uses SPM to integrate with the Facebook SDK for iOS, follow these steps.

  1. In Xcode, click File > Swift packages > Add package dependency.

  2. In Package repository, enter the repository URL: https://github.com/facebook/facebook-ios-sdk.

  3. In Version, select Up to next major and the default option.

  4. Complete the prompts to select the libraries you want to use in your project.

OR

Add the code to the podfile for the packages that are used in your app.

Example:

pod 'FBSDKCoreKit', '> 8.0.0'
pod 'FBSDKLoginKit', '
> 8.0.0'
pod 'FBSDKShareKit', '> 8.0.0'
pod 'FBSDKGamingServiceKit', '
> 8.0.0'

Code samples & details

// INSERT YOUR CODE HERE
var example = "Example code"
@sg3510
Copy link

sg3510 commented Apr 9, 2024

Also noticing this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants