0

I have checked the CLIENT_ID and REVERSED_CLIENT_ID by re downloading GoogleService-Info.plist also gave the URL Types too but still getting the same error

enter image description here

Please help

vinbhai4u
  • 1,329
  • 3
  • 19
  • 36
  • Take a look at this http://stackoverflow.com/questions/42269251/google-400-error-invalid-request-custom-scheme-uris-are-not-allowed-for-web-c – Gustavo Conde Mar 22 '17 at 16:50
  • I have looked at it, but couldn't find the real cause. deleting the entire project is a no can do. @GustavoConde – vinbhai4u Mar 23 '17 at 04:34

1 Answers1

0

I solved this by looking at

https://console.developers.google.com/apis/credentials

go to your app and find the credentials for iOS app

then change the CLIENT_ID and REVERSED_CLIENT_ID in your app accordingly

make sure you also update the URL TYPES in Info in Project Target

vinbhai4u
  • 1,329
  • 3
  • 19
  • 36