Yana Sang
Yana Sang
@below Unfortunately the dialog system level prompt that we cannot control. It seems the only way to suppress is to use an ephemeral session by setting `prefersEphemeralWebBrowserSession` to `true`. As...
We are actively working on prepping a new release that will update dependencies to versions that include a privacy manifest, as well as add a privacy manifest for GSI itself.
@mejim707 Not quite yet, but we're working on getting a new release that includes the Privacy Manifest update soon.
@SeongWook-Jo This issue is resolved and the release that includes in the Privacy Manifest has been made ([7.1.0](https://github.com/google/GoogleSignIn-iOS/releases/tag/7.1.0)). We don't have any actively maintained Unity samples (our existing samples written...
Hi, thanks for the issue! Unfortunately I'm unable to test/repro this so far. Is the screenshot you shared above from the screen that looks like this?: Are you able to...
Thanks for all the detail! I was able to repro the issue in the DaysUntilBirthday sample app. I'll investigate further, but my initial thought is that somewhere within the auth...
Hi @mikeyyyzhao! I did some research and have learned that it's the expected behavior for the Google OAuth server to return an access_denied error if no new consent is granted...
Hi @mikeyyyzhao, sorry for the delay here! I've confirmed that this is the intended behavior of GoogleSignIn-iOS. As you've mentioned, this doesn't provide the best experience for the user, but...
Hi @dottam! Could you point me towards where you see the `UserDefaults` API being used? From my [search](https://github.com/search?q=repo%3Aopenid%2FAppAuth-iOS%20userdefaults&type=code) of the repo, it looks like `UserDefaults` is only used in our...
Hi there! Unfortunately this is not on our roadmap at this point in time. That being said, with the open source nature of the project, if you've implemented a solution...