I think Changing iOSUrlSchemes is not working.
I created changing player setting using BuildPlayerWindow.RegisterBuildPlayerHandler.
Changing other player settings works fine.
but PlayerSettings.iOS.iOSUrlSchemes doesn’t overwrite.
PlayerSettings.iOS.iOSUrlSchemes[0] = “open”;
I opened info.plist file. it has still old value.
Logged while building, the new value is ignored.
Any thought??