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
Copy file name to clipboardExpand all lines: docs/test-and-publish/publish/google-playstore-deployment.md
+45-12Lines changed: 45 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,8 @@ To create the Service Account, you can follow the instructions from [here](http
133
133
- "Release apps to testing tracks"
134
134
- "Manage testing tracks and edit tester lists"
135
135
136
+
<p></p>
137
+
136
138
<div style={{
137
139
position: 'relative',
138
140
paddingBottom: 'calc(50.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
@@ -169,21 +171,18 @@ To upload your service account credentials in Dreamflow, go to **Publish > Andro
169
171
170
172
For first-time deployment, you need to create an initial release manually in Google Play Console. After that, Dreamflow can handle all subsequent deployments.
171
173
172
-
### 4.1 First-time setup
174
+
### 4.1 Downloading AAB file
175
+
176
+
In DreamFlow, set the **Google Play Track** to **Internal**, enter the **Bundle ID** and **Version Code**, then click **Submit Build to Google Play**. Wait a few minutes and click **Check Deployment Status**.
173
177
174
-
1. In Dreamflow, set the **Google Play Track** to **Internal**.
175
-
2. Specify the **Bundle ID** and **Version Code** and then click **Submit Build to Google Play**.
176
-
3. Once the build is complete, download the [**.aab**](https://chatgpt.com/share/6f5714c1-eb13-428b-b9ee-9772f2810284) file.
177
-
4. In Google Play Console, create an **Internal Testing** track and upload the **.aab** file.
178
+
Once the build is complete, click **Download AAB File** button (in the **App Bundle** section). If the button is still disabled, wait a bit longer and try again.
178
179
179
180
:::info
180
181
181
-
- After the internal testing track is set up, Dreamflow can handle all future deployments directly.
182
-
- Even if the build status appears as FAILURE, you can still download the AAB file.
182
+
Even if the build status appears as FAILURE, you can still download the AAB file.
183
183
184
184
:::
185
185
186
-
187
186
<div style={{
188
187
position: 'relative',
189
188
paddingBottom: 'calc(50.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
@@ -210,7 +209,41 @@ For first-time deployment, you need to create an initial release manually in Goo
210
209
</div>
211
210
<p></p>
212
211
213
-
### 4.2 Deploy from Dreamflow
212
+
### 4.2 Upload AAB file to Internal testing track
213
+
214
+
In Google Play Console, create an **Internal Testing** track and upload the **.aab** file.
215
+
216
+
<div style={{
217
+
position: 'relative',
218
+
paddingBottom: 'calc(50.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
After the internal testing track is set up, DreamFlow can handle all future deployments directly.
244
+
:::
245
+
246
+
### 4.3 Deploy from Dreamflow
214
247
215
248
To deploy your app from Dreamflow, navigate to **Publish > Android**, set the **Track** to Internal, and update the **version code.** If your app is still in draft mode (not yet available on the Play Store), set **Submit as Draft** (under **Deployment Flags)** to **True**, and then click **Deploy to Play Store**.
216
249
@@ -247,7 +280,7 @@ To deploy your app from Dreamflow, navigate to **Publish > Android**, set the **
247
280
248
281
:::
249
282
250
-
### 4.3 Verify deployment
283
+
### 4.4 Verify deployment
251
284
252
285
To verify that the app is deployed to Play Console:
253
286
@@ -257,7 +290,7 @@ To verify that the app is deployed to Play Console:
To promote your app to production, open your **Internal testing** track in Google Play Console and complete the release. Once the internal release is finalized, click **Promote Release > Production**.
263
296
@@ -338,7 +371,7 @@ Why does my first upload fail with a message like "You need to use a different p
338
371
339
372
</summary>
340
373
<p>
341
-
For the initial deployment, you must manually upload the **.aab** file to Google Play Console to create the first release track. Once the initial track is set up, Dreamflow will handle all subsequent deployments automatically.
374
+
For the initial deployment, you must manually [**download the .aab file**](#41-downloading-aab-file) and [**upload it to internal testing track**](#42-upload-aab-file-to-internal-testing-track) in Google Play Console. Once the initial track is set up, Dreamflow will handle all subsequent deployments automatically.
Copy file name to clipboardExpand all lines: docs/test-and-publish/test/test-on-mobile-device.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ For more detailed guidance, refer to the [**Android Flutter documentation**](ht
30
30
31
31
## iOS Setup
32
32
33
-
For app testing on an iOS device or simulator, you need a Mac with Xcode. Follow [**these instructions**](https://docs.flutter.dev/get-started/install/macos/mobile-ios) to set up your Mac.
33
+
For app testing on an iOS device or simulator, you need a Mac with Xcode installed. Follow [**these instructions**](https://docs.flutter.dev/get-started/install/macos/mobile-ios) to set up your Mac.
34
34
35
35
To setup a physical iOS device, you must configure your **Apple Developer account** and set up **code signing** in Xcode. First, add your **Apple ID** by opening **Xcode > Preferences > Accounts**, clicking **"+"**, selecting **Apple ID**, and signing in.
36
36
@@ -62,8 +62,5 @@ Once downloaded, open the project in your preferred IDE and run your app on eith
62
62
3. Click the green "Run" button (a right-facing triangle) located in the top toolbar. Choose the target device (emulator or physical device) where you want to run the app. Android Studio will build and run your app. You'll see the output in the "Run" panel at the bottom, and the app should launch in the selected emulator or device.
63
63
64
64
:::info
65
-
66
-
- If your device is not listed in the **Flutter Device Selection** dropdown, make sure you have properly completed the [**Android**](#android-setup) and [**iOS**](#ios-setup) setup.
67
-
- If you encounter a version compatibility issue with Flutter, you can resolve it by upgrading to the latest version. Simply execute the `flutter upgrade` command in your terminal. To verify your current Flutter version, use the `flutter --version` command.
68
-
65
+
If you encounter a version compatibility issue with Flutter, you can resolve it by upgrading to the latest version. Simply execute the `flutter upgrade` command in your terminal. To verify your current Flutter version, use the `flutter --version` command.
0 commit comments