diff --git a/getting-started/deploy-app-store.mdx b/getting-started/deploy-app-store.mdx
index 4bc014f..c2d00f9 100644
--- a/getting-started/deploy-app-store.mdx
+++ b/getting-started/deploy-app-store.mdx
@@ -5,6 +5,10 @@ description: "Publish your Vibecode app to the Apple App Store with Expo Launch"
Ready to share your app with the world? Vibecode makes it easy to publish your app directly to the Apple App Store. Follow this step-by-step guide to submit your first build.
+
+ Due to Apple's restrictions, deploying to the App Store is only available on the web app.
+
+
## Before You Start
@@ -49,15 +53,17 @@ You can also run the `/appstore-preflight` skill directly in the chat at any tim
### Step 1: Start the Submission
+{/*
**On Mobile App:**
1. Open your project in Vibecode
2. Tap the **app name** at the top
3. In the dropdown menu, select **Publish on App Store**
4. Tap **Get Started** on the welcome screen
+*/}
**On Web App:**
1. Open your project in Vibecode
-2. Click the **Share** button at the top right
+2. Click the **Deploy** button at the top right
3. Select **Deploy to App Store**
4. Click **Get Started** on the welcome screen
diff --git a/getting-started/download-code.mdx b/getting-started/download-code.mdx
index bbb28b0..cba00cb 100644
--- a/getting-started/download-code.mdx
+++ b/getting-started/download-code.mdx
@@ -5,6 +5,21 @@ description: "Download and use your generated code"
Vibecode allows you to download your code and use it in your own development environment. Whether you want to use Cursor, VS Code, or any other IDE, you can export your code and continue building. This gives you full control and flexibility to customize your app however you need.
+
+ Due to Apple's restrictions, downloading your code is only available on the web app.
+
+
+## Download Your Code
+
+To download your code:
+
+- Open your project in the web app
+- Click the **`<>`** button
+- Click **"Download Code"**
+
+After clicking, the download link will be sent to your email.
+
+{/*
## Download Your Code on Mobile
To download your code on the mobile app:
@@ -13,6 +28,7 @@ To download your code on the mobile app:
- Select "Download Code"
- Check your email for the download link
- Download your code
+*/}
## Use Your Code Anywhere
diff --git a/getting-started/sharing-app.mdx b/getting-started/sharing-app.mdx
index 111316e..26293ff 100644
--- a/getting-started/sharing-app.mdx
+++ b/getting-started/sharing-app.mdx
@@ -5,6 +5,25 @@ description: "Share your Vibecode apps with friends and users"
With Vibecode, you can share your app with anyone without going through the App Store first.
+
+ Due to Apple's restrictions, the share functionality is not available on the iOS app. To run a Vibecode app on mobile, users need to download the Appsmith app and scan a QR code.
+
+
+## How to Share Your App on iOS
+
+To share your app with someone on iOS:
+
+1. Open your project on the Vibecode web app
+2. Click the **On Mobile** button in the top right corner of the preview — this opens a popup with a QR code
+3. Share the QR code with the person you want to share with
+4. Ask them to download the **Appsmith - Vibecode Apps** app from the [App Store](https://apps.apple.com/us/app/appsmith-vibecode-apps/id6744415724)
+5. Once installed, they can scan the QR code in the Appsmith app to run your Vibecode app
+
+
+ Make sure the person you're sharing with has the Appsmith app installed before they try to scan the QR code.
+
+
+{/*
## How Sharing Works
To share an app, it must be **published** first. If it is not published yet, Vibecode will prompt you to publish it before sharing.
@@ -34,6 +53,7 @@ Open your project, use the **Share** control, and Vibecode will show:
Sharing a published app is different from App Store distribution. Sharing gives people direct access to the published app link without going through the App Store review process.
+*/}
## Ready to Go Further?