flagsmith-ios-client
flagsmith-ios-client copied to clipboard
iOS Client written in Swift for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
We tried to use the latest release but discovered issues with `URLSession` loading on iOS. Considering that my `internal fork` (with strict concurrency changes) works well, I suspect something went...
## Description Remove our domain and tracking reference from the privacy manifest to hopefully fix https://github.com/Flagsmith/flagsmith-ios-client/issues/57 I've tried to reproduce the customer issue with the test app but unfortunately I've...
we don't actually have any sample code for getting flags for an identity in https://docs.flagsmith.com/clients/ios. I think the code is async/await related but its ont clear. We need to provide...
Otherwise users have to implement their own caching
Users are currently doing multiple calls.
It needs to be enabled on the SDK side
This one is by design and the same in all server side SDKs. Set Traits calls actually call the identity endpoint. It means the usage graph looks odd.
Requirements as per [this issue](https://github.com/Flagsmith/flagsmith/issues/1498).
For setTrait and postTrait, support an optional transient in the trait and/or identities argument.