I have integrated the GoogleSinIn API in my project with Swift 4.0. It is working on iOS 11.0 but when I'm testing the same on iOS 10.0 it is opening the Google login page on the Safari browser or the device and after signing successfully it is opening the Google search page.
When I click the
GoogleSignInbutton shown below it opens the browser shown in next image.Then I fill up the credentials.
After the successful signed in, It redirects to the
Googlepage instead of the application page.