You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -33,9 +33,13 @@ Last updated at Mon Jun 02 2025 17:42:12 GMT+0000 (Coordinated Universal Time)
33
33
34
34
### Requirements
35
35
36
-
- The minimum iOS version supported is: `iOS 14`.
36
+
This SDK supports the following Apple platforms:
37
+
-**iOS 14+**
38
+
-**macOS 11+**
39
+
-**watchOS 7+**
40
+
-**tvOS 14+**
37
41
38
-
Note that this library is intended to be used in a mobile context, and has not been evaluated for use in other type of applications (e.g. server applications, macOS, tvOS, watchOS, etc.).
42
+
The SDK is built with Swift 5.5+ and uses only Foundation and Combine frameworks, making it suitable for all Apple platform contexts including mobile, desktop, wearable, and TV applications.
39
43
40
44
### Install
41
45
@@ -66,7 +70,21 @@ and in the target dependencies section add:
{"time":"2024-10-23T13:33:09.8968242+03:00","level":"ERROR","msg":"Error stage","domain":"test-client","provider_name":"InMemoryProvider","flag_key":"not-exist","default_value":true,"error_message":"error code: FLAG_NOT_FOUND: flag for key not-exist not found"}
{"time":"2025-06-03T10:49:23.101037-04:00","level":"ERROR","msg":"Error stage","domain":"example","provider_name":"InMemoryProvider","flag_key":"not-exist","default_value":true,"error_message":"error code: FLAG_NOT_FOUND: flag for key not-exist not found","stage":"error"}
229
243
```
230
244
231
245
See [hooks](#hooks) for more information on configuring hooks.
@@ -299,7 +313,7 @@ Transaction context can be set where specific data is available (e.g. an auth se
0 commit comments