diff --git a/doc/source/tutorial-quickstart-android.rst b/doc/source/tutorial-quickstart-android.rst index f2691203078c..582befd716c8 100644 --- a/doc/source/tutorial-quickstart-android.rst +++ b/doc/source/tutorial-quickstart-android.rst @@ -6,6 +6,14 @@ Quickstart Android .. meta:: :description: Read this Federated Learning quickstart tutorial for creating an Android app using Flower. +.. warning:: + + The experimental Flower Android SDK is not compatible with the latest version of + Flower. Android support is currently being reworked and will be released in 2025. + + This quickstart tutorial is kept for historical purposes and will be updated once + the new Android SDK is released. + Let's build a federated learning system using TFLite and Flower on Android! Please refer to the `full code example diff --git a/doc/source/tutorial-quickstart-ios.rst b/doc/source/tutorial-quickstart-ios.rst index 8a9250f8dfb0..3d4f95b95763 100644 --- a/doc/source/tutorial-quickstart-ios.rst +++ b/doc/source/tutorial-quickstart-ios.rst @@ -6,6 +6,14 @@ Quickstart iOS .. meta:: :description: Read this Federated Learning quickstart tutorial for creating an iOS app using Flower to train a neural network on MNIST. +.. warning:: + + The experimental Flower iOS SDK is not compatible with the latest version of Flower. + iOS support is currently being reworked and will be released in 2025. + + This quickstart tutorial is kept for historical purposes and will be updated once + the new iOS SDK is released. + In this tutorial we will learn how to train a Neural Network on MNIST using Flower and CoreML on iOS devices.