facebook / facebook-android-sdk

Used to integrate Android apps with Facebook Platform.
https://developers.facebook.com/docs/android
Other
6.07k stars 3.64k forks source link

Needs upgrade The latest version #1191

Open tgobbens opened 11 months ago

tgobbens commented 11 months ago

Checklist before submitting a bug report

Java version

1.8

Android version

11

Android SDK version

33

Installation platform & version

Maven, Gradle

Package

Core & AppEvents

Goals

I've upgraded to the latest Android Facebook SDK version but the Facebook dashboard keeps reporting "Your Facebook SDK is out-of-date. Please upgrade to v5.0 for access to new privacy features". And on the settings page "Android v8.2.0 Needs upgrade The latest version is 13.0.0". We have however upgraded the SDK to the latest version and confirmed this in the app.

Expected results

We expect the Facebook Setting dashboard to not show this error message.

Actual results

Android v8.2.0 Needs upgrade The latest version is 13.0.0

Steps to reproduce

No response

Code samples & details

// INSERT YOUR CODE HERE
babydanger commented 11 months ago

same here, still show me error android SDK v0.0.1

marshall86 commented 10 months ago

glad i'm not the only one experiencing this issue :)

cool8868 commented 10 months ago

glad i'm not the only one experiencing this issue :)

shjorthdk commented 10 months ago

A fix is to stop using the latest.version SDK and use com.facebook.android:facebook-android-sdk:13.0.0 instead

marshall86 commented 10 months ago

A fix is to stop using the latest.version SDK and use com.facebook.android:facebook-android-sdk:13.0.0 instead

sorry but that's not a solution but a "patch".. we're at version 16.1+

volodymyrpukha commented 10 months ago

I experience same issue on Facebook SDK 16.0.1 for Unity

ralphotowo commented 8 months ago

We're experiencing the same issue

Screenshot 2023-08-30 at 7 13 14 PM
jaedung commented 8 months ago

Same for our app

gauranggoda commented 8 months ago

Same for our app

mahmoudelfouly commented 7 months ago

There's an issue or bug with versions 13.0.0 | 16.0.0 | 16.2.0 .. the issue solved only with version 15.2.0

Mehta2015 commented 7 months ago

Even I am facing the same issue even after updating to 16.0.2

mahmoudelfouly commented 7 months ago

Try 15.2.0 @Mehta2015

mikehardy commented 3 months ago

Interesting. I maintain the react-native ecosystem bindings for this library 👋 plus I use it (via react-native) in work apps, so I am interested in resolving this

So if 15.2.0 works but 16.0 does not, then what is the difference between them?

https://github.com/facebook/facebook-android-sdk/compare/sdk-version-15.2.0...sdk-version-16.0.0

Just the version and server protocol version seems to me. That implies there is some backend system that may be responsible for detecting a range of supported versions and showing (or not showing) the upgrade prompt on the dashboard.

@xinzhu-cai - with sincere apologies for tagging you, I believe (may be wrong...) that you are the main facebook contributor here for the last few months? Perhaps this is something you have knowledge of?