I’m working with the sample application for iOS Objective-C. I’m trying to test out the Google Sign-On process. When I test it from the web, it says everything works. When I test it from the iOS project, I’m getting a Cannot GET printout error from the callback.
I presume you tried the source in the subsequent chapter, in the section that talks about Google Connections you need to set the useUniversalLink param to NO. Otherwise it will use the HTTPS URL e.g.
That worked. In the sample code that I downloaded from Auth0’s github, it doesn’t have “useUniversalLink” in their code. I’m assuming that this is required?? What exactly is useUniversalLink doing?