Skip to content
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

Adds device id to session attributes #20

Merged
merged 4 commits into from
Dec 18, 2024
Merged

Conversation

robert-northmind
Copy link
Collaborator

@robert-northmind robert-northmind commented Dec 17, 2024

Cleans up how SessionAttributes are assigned.
And adds DeviceID as a new session-attribute.

The deviceID is generated using Uuid.v4
It is generated once per app install and is then stored in shared-prefs.
The second time the app is opened it is loaded from there.

Solves issue #18

@robert-northmind robert-northmind marked this pull request as ready for review December 17, 2024 15:51
@robert-northmind robert-northmind linked an issue Dec 17, 2024 that may be closed by this pull request
@robert-northmind robert-northmind added the enhancement New feature or request label Dec 17, 2024
@robert-northmind robert-northmind merged commit 131ff0a into main Dec 18, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Track DeviceID
1 participant