braze-inc / braze-flutter-sdk

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

Support for setting `.trackingPropertyAllowList` from Dart layer #69

Closed wrbl606 closed 1 month ago

wrbl606 commented 1 month ago

As described in your documentation, the new iOS'es Privacy-Manifest-related require a statement of the property and event names delivered to Braze's instance.

Hence the tracking is happening on the Dart side, it would make a lot of sense to declare those tracking details there too. Do you have any plans or a timeline for supporting this configuration feature from the Dart side?

jerielng commented 1 month ago

Hey @wrbl606, yep! We're actually actively working on this feature at the moment and will let you know when it's been released. Thanks!

hokstuff commented 1 month ago

Hi @wrbl606,

We have released support for setting the iOS tracking properties in Flutter version 9.0.0. Let us know if you run into any issues - thanks!