Apple
Apple Sign In support is enabled by default in the Unity plugin.
The capability is defined in the following file:
Assets/Platform101XP/iOSConfig/P101XP.entitlements
Disable Apple Sign In
To disable Apple Sign In, remove the following entry from P101XP.entitlements:
<key>com.apple.developer.applesignin</key>
<array>
<string>Default</string>
</array>
After removing the entry, rebuild the iOS project.
Notes
- This feature does not use the Settings Inspector
- Changes affect iOS builds only