the SDK 7.x is not working on Unity 5.1.0f3 , i always got the error version not found . does someone have see this error ?
Error : Cannot find Facebook SDK Version
669 views Asked by Bilel Mnasser At
2
the SDK 7.x is not working on Unity 5.1.0f3 , i always got the error version not found . does someone have see this error ?
Actually, it's just a warning. But you can fix it.
There are several places where facebook plugin calls
So first, you need to modify
FBBuildVersionAttribute
to this:No you just need to add this attribute to
AbstractFacebook
:Note that
98558e55096475c
part is trash string. It's not actual build hash, cause I don't have one.