diff --git a/docs/010_Getting_Started/300_Upload_Apps.md b/docs/010_Getting_Started/300_Upload_Apps.md index 7d2bfde8..9c39af37 100644 --- a/docs/010_Getting_Started/300_Upload_Apps.md +++ b/docs/010_Getting_Started/300_Upload_Apps.md @@ -15,8 +15,8 @@ The code of our command line uploader, Jenkins plugin, and Gradle plugin is open ### Supported Plaforms - * **Android**: TestFairy supports uploading and distributing Android Applications. In order to distribute Android apps with TestFairy, they must be packaged as an `.apk` or `.aab` file. - * **iOS**: TestFairy supports uploading and distributing iOS applications. iOS apps can be signed with __AdHoc__, __Development__, or __Enterprise__ certificates. To distribute iOS apps with TestFairy, they must be packaged as an `.ipa` file. + * **Android**: TestFairy supports uploading and distributing Android Applications. In order to distribute Android apps with TestFairy, they must be packaged as an `.apk` or `.aab` file up to 4GB! + * **iOS**: TestFairy supports uploading and distributing iOS applications. iOS apps can be signed with __AdHoc__, __Development__, or __Enterprise__ certificates. To distribute iOS apps with TestFairy, they must be packaged as an `.ipa` file up to 4GB! * **MacOS**: MacOS apps are bundled as `.app` files, however, to distribute MacOS apps with TestFairy, those `.app` files must be zipped into a `.zip` file. ### Choose your Build File