You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 23, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
we would like to show different experiences to users depending on Storefront location and would like to have storefrontCountryCode available to access if possible, similar to getUserAttributes() (
Describe the solution you'd like
implement a function like getUserAttributes() but return deviceAttributes
Describe alternatives you've considered
listening in to the SuperwallDelegatehandleSuperwallEvent function and looking for the DeviceAttributes event. we currently don't use handleSuperwallEvent and wanted to see if implementing getDeviceAttributes() would be possible