facebook / facebook-sdk-for-unity

The facebook sdk for unity.
https://developers.facebook.com/docs/unity
Other
485 stars 256 forks source link

Unable to turn off "Custom Main Manifest" and disable the plugin without uninstalling it. #615

Open a-l-e-x-d-s-9 opened 2 years ago

a-l-e-x-d-s-9 commented 2 years ago

Unable to turn off "Custom Main Manifest" and disable the plugin without uninstalling it.

Checklist

Environment

Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:

Goals

What do you want to achieve?

Be able to turn off "Custom Main Manifest" and disable the plugin without uninstalling it. I'm using the same project with multiple products, some need Facebook SDK, and some don't. I need to be able to turn on/off the plugin with a script, without uninstalling/installing it manually. How can I do it?

Expected Results

What do you expect to happen?

Option "Custom Main Manifest" to work and be able to disable the plugin without uninstalling it.

Actual Results

What actually happened? Can you provide a stack trace?

"Custom Main Manifest" can't be turned off. No option to disable the plugin without uninstalling it from the project.

Steps to Reproduce

What are the steps necessary to reproduce this issue?

Install the plugin, try to turn off "Custom Main Manifest" or disable the plugin without uninstalling it.

JordiFB commented 1 year ago

@a-l-e-x-d-s-9 Could you try the latest UnitySDK version 16.0.0?

Also , Unity SDK for Android platform requires a custom manifest to add Facebook app configuration.

Why do you need to remove the custom manifest?

Thank you so much in advance for your help