facebook-sdk-for-unity
facebook-sdk-for-unity copied to clipboard
HideUnityDelegate not used on Android?
Checklist
- [X] I've updated to the latest released version of the SDK
- [X] I've searched for existing GitHub issues
- [X] I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group
- [X] I've read the Code of Conduct
- [X] 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:
2020.3.47f1 - Unity SDK Version:
latest - Installation Platform & Version:
[Android]versionany
Goals
Have onHideUnity to work.
Expected Results
The onHideUnity delegate to be called.
Actual Results
OnHideUnity is not called.
Code Samples & Details
On this SDK source we can see the parameter is not used: https://github.com/facebook/facebook-sdk-for-unity/blob/9abd7663903247209b4cbf878abfe1babc2997d3/Facebook.Unity/Mobile/Android/AndroidFacebook.cs#L129C24-L129C24