hi , when i tested my game on android device and export it with API 30 the target the game run fine and Facebook sdk work fine , i can login and play
bet when i change the API to 31 , because I want upload it on googel play , and test it when click on login Facebook button the game crashed why? and in editor work fine
Facebook sdk 9.0.0v
When you change the API level from 30 to 31, it is possible that some changes were made to the Android operating system that are not compatible with the Facebook SDK version you are using (9.0.0). This could cause the game to crash when attempting to log in with Facebook. MyGeorgiaSouthern Portal
To resolve this issue, you can try updating your Facebook SDK to a newer version that is compatible with API level 31. Additionally, make sure that your code is properly handling any changes in the SDK behavior that may have been introduced in the new version.
It’s also a good idea to check the Android documentation for any changes or deprecations that may affect your app when upgrading to API level 31.