braze-inc / braze-flutter-sdk

Public repo for the Braze Flutter SDK
Other
15 stars 29 forks source link

Upgrade to iOS swift-sdk 5.9.0 #40

Closed danielocampo2 closed 1 year ago

danielocampo2 commented 1 year ago

Currently this plugin is using braze-swift-sdk-5.6.4, which is from November 2022. After that, relevant fixes has been made, particularly the following in 5.9.0, that is affecting us directly: Fixes a behavior where the current user messaging data would not be directly available after initializing the SDK or calling changeUser(userId:).

Do we have an ETA on when the next version will be released?

Thanks.

hokstuff commented 1 year ago

Hi @danielocampo2,

Thank you for raising signal around this! We don't currently have an ETA, but we will update to the latest Swift SDK version in the next release. Stay tuned on this thread for updates!

danielocampo2 commented 1 year ago

Hi @hokstuff , thanks for the quick response!

Please let me know if this may be some error on our side, but currently the sdk seems to not be working properly so we cannot update until next release. Initialization is all correct, but then User Data is not properly linked when calling changeUser. I understand this is what the bug fix is about. So when I open the app, instead of associating the install / usage with my user, it just creates a new random user with almost no data.

hokstuff commented 1 year ago

Hi @danielocampo2,

Updating this thread - we released version 3.1.0 of the Flutter SDK which contains the changes you were looking for above. Thanks!