Gareth Reese

Results 4 issues of Gareth Reese

## 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...

## Description This PR implements the Real Time Flags feature #32 and part of https://github.com/Flagsmith/flagsmith/issues/1498 for iOS. The functionality is implemented using the Kotlin SDK's implementation as a working example,...

Thanks for submitting a PR! Please check the boxes below: - [x] I have added information to `docs/` if required so people know about the feature! - [ ] I...

docs

The Android SDK has the following, which simplifies things somewhat: https://github.com/Flagsmith/flagsmith-kotlin-android-client/blob/main/FlagsmithClient/src/main/java/com/flagsmith/FlagsmithCacheConfig.kt The iOS SDK has similar here: https://github.com/Flagsmith/flagsmith-ios-client/blob/702d5a53b25f8149a03c10d2f9985de2f22df2f2/FlagsmithClient/Classes/Flagsmith.swift#L398 I'm sure these are similar by intention. Is there a way to...