Fix1.0.2
Fix iOS Google sign-in failing with multiple windows or scenes
Fixed iOS Google sign-in that was failing with GOOGLE_SIGN_IN_ERROR in apps with multiple windows or scenes by resolving the presenting view controller from the key window of the foreground-active scene, preventing overlays and other windows from breaking the sign-in flow.
Patch Changes
- Fix iOS Google sign-in failing with
GOOGLE_SIGN_IN_ERRORin apps with more than one window or scene. The presenting view controller is now resolved from the key window of the foreground-active scene instead of an arbitrary window, so overlays such as splash screens or windows created by other modules no longer break the sign-in flow. (#9505) by @wobsoriano
iosgoogle-signinexpofix
Source: original entry ↗