Hi there,
I want to change Facebook SDK’s Setting Dialog Properties like App Name and ID and call its Regenerate Manifest Button’s function from an editor script. I looked at FacebookSettings class but doesnt seem possible there.
Please advise
Hi there,
I want to change Facebook SDK’s Setting Dialog Properties like App Name and ID and call its Regenerate Manifest Button’s function from an editor script. I looked at FacebookSettings class but doesnt seem possible there.
Please advise
try the following, I use it and it works well
FacebookSettings.AppIds = new List<string> {"YOUR_APP_ID"};
ManifestMod.GenerateManifest();
Problem is regenerate facebook audience network andmanifest
It seems to be an information not an error.
Do you have the problem with the ActivityNotFoundException ?
thanks replay @BBO_Lagoon .