After updating Unity SDK to version 16.0 developer homepage shows out of date
After updating Unity SDK to version 16.0 and above, the developer homepage shows the following versions: iOS v0.1.0 (latest version) and Android v11.3.0 (requires an upgrade)
Checklist
- [16.0] I've updated to the latest released version of the SDK
- [yes] I've searched for existing GitHub issues
- [Yes] I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group
- [Yes] I've read the Code of Conduct
- [Yes] This issue is not security related and can safely be disclosed publicly on GitHub
Environment
Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:
- Unity Editor Version:
2022.1.17f1 - Unity SDK Version:
16.0.0 - Installation Platform & Verison: iOS version 13.7, android version > 7.0
Goals
I want to make developers homepage upgrade the SDK version.
Expected Results
developer homepage shows the following versions: iOS v0.1.0 (latest version) and Android v11.3.0 (requires an upgrade
Actual Results
Event Test receive event correctly. Cat log show "Using Facebook Unity SDK v16.0.0 with FBAndroidSDK/16.0.1"
Code Samples & Details
if (!FB.IsInitialized) FB.Init(OnFBInitComplete);
Hi @SJWang0216 Have you found a solution?
Hi, I encountered the same problem. How can we fix this?
Unity Editor Version: 2021.3.24f1 Unity Facebook SDK: 16.0.1
@meturgut I don't know how to solve this fully, but I think, you should try to publish app to the store (even to the internal tests). And after FB.Init(), you should gather some standard events, and that should confirm update of SDK.
I have already published the app to Google Play Store and some events already show up in Facebook Event Manager. @LoopIssuer
The bug is still there.
It is published to app store. We received events in event manager, but iOS version is shown 15.
In my case, I downgraded version to the 15.2.0. Now everything seems ok - iOS and Android versions shown on the FB page are 15. Versions 16.0.0 and 16.0.1 looks buggy.
Did anybody check 16.2.0?
Did anybody check 16.2.0?
Tested. Same issue with 16.2.0, it´s still bugged.
Same issue with 16.2.0, it´s still bugged.
In my case, I downgraded version to the 15.2.0. Now everything seems ok - iOS and Android versions shown on the FB page are 15. Versions 16.0.0 and 16.0.1 looks buggy.
@lla830126 where did you find v. 15.2.0? https://developers.facebook.com/docs/unity/downloads/ im not seeing the specified version, can you share the unitypackage if you have it?
I believe Unity SDK version 15.1.0 is the correct one. Upon installing the package, version 15.2.0 of the Android plugin was added.
@m0inur In my case, I downgrade to v15.1.0 and solved it.
I also am having this issue with the latest SDK, 16.0.2, on Unity 2022.3.11f1. Both iOS and Android.
Bug is still there. Use 15.1
Bug still there. Hope this gets resolved soon. Downgraded to 15.1.0 for now.
@sky03611 @rowanLK does this issue still exist in the latest SDK version v17.0.1?
I use v17.0.2. I think the issue still exists.
I have exactly the same problem with the most recent update of Facebook SDK.