I have switched my platform from android to IOS now this is the issue im facing at login of facebook authorize function.
public static void authorizeFacebook (string appId)
{
setFbReceiver ();
using (
AndroidJavaClass jc = new AndroidJavaClass("com.app42.fb.unity.FbHelper")) {
jc.CallStatic("authorizeFacebook", appId);
}
}
Error:
1. Assets/Scripts/Facebook's/App42Fb.cs(49,25): error CS0246: The type or namespace name `AndroidJavaClass' could not be found. Are you missing a using directive or an assembly reference?
2. Error building Player because scripts had compiler errors
Please help if u know what can i do to make player login in IOS platform