Noticed that when no auth session exists, and I try to log in with Google from the share extension view, I get this error:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '|presentingViewController| must be set.'
This might get fixed by adding the REVERSED_CLIENT_ID from the Google Services file to the CFBundleURLSchemes array in the share extension's Info.plist
Noticed that when no auth session exists, and I try to log in with Google from the share extension view, I get this error:
This might get fixed by adding the
REVERSED_CLIENT_ID
from the Google Services file to theCFBundleURLSchemes
array in the share extension's Info.plist