How to fix Facebook SDK for new release on Android
I’m trying to upload my Unity project to the google play console but I get the following message when uploading the .aab:
“Remove conflicts from the manifest before uploading. The following content provider authorities are in use by other developers: com.facebook.app.FacebookContentProvider533108020750447, com.mustansarali.MyApp.FacebookInitProvider.”
Since my app was passed to me by another developer I suppose I have to change something with the Facebook SDK, but I don’t know what specifically or how to.