Skip to content

Commit 4b8593a

Browse files
committed
updated
1 parent 0f2b7fb commit 4b8593a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/troubleshooting/google-play-store-deployment/admob_ads_not_displaying_in_google_play_testing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ If your AdMob ads are not showing during **Open Testing** via the Google Play St
2626
2. Confirm that your app is registered and linked to your Google Play listing.
2727
3. Ensure the app’s release status in AdMob matches its status in the **Google Play Console**.
2828

29-
:::note
30-
If your app is listed as `not released` in AdMob, live ads may not load during testing.
31-
:::
29+
:::note
30+
If your app is listed as `not released` in AdMob, live ads may not load during testing.
31+
:::
3232

3333
- **Declare Use of Advertising ID**
3434

docs/troubleshooting/google-play-store-deployment/error_running_pod_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article addresses the common **Error Running Pod Install** issue, which typ
1818

1919
1. Verify Flutter is set up correctly by following the official guide: **[Flutter - Get Started: Install on macOS](https://docs.flutter.dev/get-started/install/macos)**.
2020

21-
2. For troubleshooting specific to macOS, consult this guide: **[Troubleshooting Flutter on macOS](https://intercom.help/flutterflow/en/articles/6156947-i-get-this-error-error-running-pod-install)**.
21+
2. For troubleshooting specific to macOS, consult this guide: **[Troubleshooting Flutter on macOS](https://docs.flutter.dev/get-started/install/macos/mobile-ios#install-cocoapods)**.
2222

2323
3. Run `flutter doctor` in the terminal to check for missing dependencies or configuration issues.
2424

docs/troubleshooting/google-play-store-deployment/fix_launcher_icons_package_error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Fix Flutter Launcher Icons Package Error
66

77
# Fix Flutter Launcher Icons Package Error
88

9-
This article describes how to resolve the **flutter_launcher_icons** package error that may occur during app build or deployment.
9+
This article describes how to resolve the **[flutter_launcher_icons package](https://pub.dev/packages/flutter_launcher_icons)** error that may occur during app build or deployment.
1010

1111
:::info[Prerequisites]
1212
- Access to your FlutterFlow project.

0 commit comments

Comments
 (0)