I keep getting an error when I try to log in to Apple using Web3Auth

I solved this problem by adding https to Info.plist:

	<key>LSApplicationQueriesSchemes</key>
	<array>
        ...
		<string>https</string>
	</array>
1 Like