Replies: 1 comment 1 reply
-
Hi @jiledaa, that is already the case. Can you describe your exact use case where this is not happening? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys. Can be somehow
@Shared(.appStorage("someKey")) var
connected to existing user defaults property via the key? I have notification extension executing even when the app is not alive, where I dont want to have the Composable architecture dependency but I have access to user defaults there. When I change user defaults property there, it would be great if the value is synced with app storage shared in my app so I could directly use the value when the app runs.Beta Was this translation helpful? Give feedback.
All reactions