klaviyo / klaviyo-react-native-sdk

MIT License
4 stars 3 forks source link

cannot update user properties #130

Closed omar11hassan closed 5 months ago

omar11hassan commented 6 months ago

Checklist

Description

here is how i try to update the user
`Klaviyo.setProfileAttribute('score', '22');`

Expected behavior

property score should be added/updated in user profile.

Actual behavior

profile update time is updated, however no properties is being added or updated

Steps to reproduce

1 - set user profile
 2 - update user attributes

The Klaviyo React Native SDK version information

0.2.0

Environment Description

OS: macOS 12.7.1 CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz Memory: 108.12 MB / 16.00 GB Shell: version: 3.2.57 path: /bin/bash Binaries: Node: version: 16.20.2 path: ~/.nvm/versions/node/v16.20.2/bin/node Yarn: version: 1.22.19 path: /usr/local/bin/yarn npm: version: 8.19.4 path: ~/.nvm/versions/node/v16.20.2/bin/npm Watchman: version: 2023.11.27.00 path: /usr/local/bin/watchman Managers: CocoaPods: version: 1.14.3 path: /usr/local/bin/pod SDKs: iOS SDK: Platforms:

ajaysubra commented 6 months ago

@omar11hassan thanks for reporting this. We are looking into it. In the meantime can you please confirm if you are doing this test on iOS/android?

omar11hassan commented 6 months ago

@omar11hassan thanks for reporting this. We are looking into it. In the meantime can you please confirm if you are doing this test on iOS/android?

iOS

omar11hassan commented 5 months ago

@ajaysubra hello , any update on this ?

ajaysubra commented 5 months ago

Hi @omar11hassan we are actively working on this. Will keep you posted when we have a fix. Thanks for your patience.

ajaysubra commented 5 months ago

Hey @omar11hassan we have fixed the issue you reported and created a new release 0.3.0. Please update to this release and you should be all set. Please let us know if you have any other issues. Thanks!