-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client_id changes across releases #1239
Comments
The same android device was responsible for all android logs in that link |
This may simply be a development build issue. Just verified this is not an issue on iOS, waiting for play store approval to verify on Android. |
Seems reasonable to me. Feel free to close. |
Closing based on the belief this is fixed. |
See also flutter/flutter#14704. I think the net of this is that we need to be a bit smarter about how we store things on Android? |
My guess is we should consider just pulling clientId out of state.json for now? Or just ignore this for now. I doubt this blocks our 1.0? |
It looks like the directory structure is being preserved but that state.json is being deleted. Logs from a custom updater build, where
|
Code cache dir is the wrong place to put this:
(from https://developer.android.com/reference/android/content/Context#getCodeCacheDir()) |
We thought we had code to keep these consistent, but it's not working in testing.
The text was updated successfully, but these errors were encountered: