For iOS Builds
Follow the standard Xcode build process. See our Xcode for step-by-step instructions.For Android Builds
Follow the standard Gradle build process. See our Gradle (Android Studio) for step-by-step instructions.Supported Flutter Versions
Revyl supports Flutter versions up to 3.19.x. Please ensure your Flutter project uses a compatible version:Next Steps
Once you have your Flutter build files:- iOS: Locate your
.app
file in the build directory - Android: Locate your
.apk
file in the outputs directory - Proceed to Uploading your app