TitleCannot sign in Hive SDK with Facebook.2022-07-30 16:55:47
Writer

  • Sign-in feature doesn’t work appropriately when Facebook Login is tried with specific version of Unity.
    In case login window is closed or your app is frozen with _BSMachError: port d803; (os/kern) invalid capability (0x14) “Unable to insert COPY_SEND”, click Edit > Project Settings > Player > iOS > Other Settings and unmark Render Extra Frame on Pause before building your project.
  • Unity 2018.3 and later versions are unavailable to sign in Hive SDK with Facebook.
    Due to change in the process type of openURL on UnityAppController.mm file generated by Unity, make sure to edit the corresponding function as below.
    • The current code
    • The code to be changed as