open-feature / swift-sdk

Swift implementation of the OpenFeature SDK for iOS clients
https://openfeature.dev
Apache License 2.0
17 stars 2 forks source link

Flagmetada not supported #39

Closed thomaspoignant closed 3 months ago

thomaspoignant commented 4 months ago

The ProviderEvaluation object does not allow to set flag metadata.

Following the specification:

flag metadata MUST be a structure supporting the definition of arbitrary properties, with keys of type string, and values of type boolean | string | number.