Windows 11 Home 23H2
Builder version 3.64
iOS SDK 17.5
My app got rejected from the App Store because it requires me to add Sign in with Apple.
I am using this asset: https://assetstore.unity.com/packages/tools/integration/simple-sign-in-with-apple-284697
And in the author's doc (https://github.com/hippogamesunity/SimpleSignIn/wiki/Apple), it mentions:
“For iOS and macOS: navigate to Player Settings > Other > Configuration and add your Custom URI scheme to Supported URL schemes. In Xcode, make sure that the URL scheme is added (Register your URL scheme).”
So my question is how do I add the URL schemes in Xcode using the project builder?