Skip to content

Commit f461358

Browse files
committed
Address review comments
1 parent 00a190f commit f461358

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/testing-deployment-publishing/publishing/apple-appstore-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The App Store deployment involves the following steps:
2929

3030
A **Bundle Identifier (ID)** is a **unique string** that identifies your app within the Apple ecosystem, typically formatted in reverse domain name notation like `com.example.myapp`.
3131

32-
To create a Bundle ID, visit the [**Certificates, IDs & Profiles**](https://idmsa.apple.com/IDMSWebAuth/signin?appIdKey=891bd3417a7776362562d2197f89480a8547b108fd934911bcbea0110d07f757&path=%2Faccount%2Fresources%2Fcertificates%2Flist&rv=1) page, add a new **App ID**, and provide these details:
32+
To create a Bundle ID, visit the [**Certificates, IDs & Profiles**](https://developer.apple.com/account/resources/identifiers/list) page, add a new **App ID**, and provide these details:
3333

3434
1. **Bundle ID:** Copy the **Package Name** from FlutterFlow.
3535
2. **Description:** Add a brief description of your app.
@@ -228,7 +228,7 @@ To deploy your app from FlutterFlow, go to **Settings & Integrations > App Setti
228228
:::
229229

230230
:::tip
231-
You also have the option to [**Deploy apps from your GitHub repository**](deploy-from-github.md).
231+
If you prefer to manage your deployment process outside of FlutterFlow, such as integrating with your own CI/CD pipeline, or if you want more control over versioning and custom code management directly on GitHub. You also have the option to [**Deploy apps from your GitHub repository**](deploy-from-github.md).
232232
:::
233233

234234

docs/testing-deployment-publishing/publishing/deploy-from-github.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ sidebar_position: 5
77
keywords: [Apple App Store, Google Play Store, Deployment, GitHub]
88
---
99

10-
You can deploy your FlutterFlow app directly from a GitHub repository. This is especially useful when you are managing your app’s code on GitHub. Managing code on GitHub enables you to add custom features or advanced functionality that may not be fully supported by FlutterFlow's capabilities.
10+
If your FlutterFlow project is connected to a GitHub repository, the generated code can be pushed to GitHub, giving you full control over your project’s code. Then, you can deploy your app directly from the same repository, rather than deploying through FlutterFlow.
1111

1212
Deploying from GitHub is particularly beneficial when:
1313

1414
- You have written custom code that cannot be managed directly in FlutterFlow, such as features that require advanced Flutter functionality.
1515
- You want to manage the source code in an external GitHub repository for better version control.
1616
- You want to automate the process of deploying your app directly from GitHub to the Play Store or App Store after modifying the code.
17-
- You need full control over your project’s code and want to deploy a specific branch of your GitHub repository.
17+
- You want to deploy from a specific branch of your GitHub repository.
1818

1919
## Steps to Deploy
2020

docs/testing-deployment-publishing/publishing/google-playstore-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Ensure the **Google Play Track** is set to **Internal** and hit the **Deloy to P
325325

326326

327327
:::tip
328-
You also have the option to [**Deploy apps from your GitHub repository**](deploy-from-github.md).
328+
If you prefer to manage your deployment process outside of FlutterFlow, such as integrating with your own CI/CD pipeline, or if you want more control over versioning and custom code management directly on GitHub. You also have the option to [**Deploy apps from your GitHub repository**](deploy-from-github.md).
329329
:::
330330

331331

0 commit comments

Comments
 (0)