diff --git a/README.md b/README.md index 0321e6b..6037db9 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,13 @@ _ = client.getValue( defaultValue: false, options: FlagEvaluationOptions(hooks: [ExampleHook()])) ``` +### Logging + +Logging customization is not yet available in the iOS SDK. + +### Named clients + +Support for named clients is not yet available in the iOS SDK. ### Eventing @@ -176,6 +183,10 @@ func readyEventEmitted(notification: NSNotification) { } ``` +### Shutdown + +A shutdown function is not yet available in the iOS SDK. + ## Extending ### Develop a provider