<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Smit Prajapati</title>
    <description>The latest articles on DEV Community by Smit Prajapati (@smitp7502).</description>
    <link>https://dev.to/smitp7502</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3956601%2F8f7dbb65-9ec1-45a3-8bad-53ea9742bda8.png</url>
      <title>DEV Community: Smit Prajapati</title>
      <link>https://dev.to/smitp7502</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/smitp7502"/>
    <language>en</language>
    <item>
      <title>Stop Uploading Your App Manually — Let Fastlane Do It For You</title>
      <dc:creator>Smit Prajapati</dc:creator>
      <pubDate>Fri, 05 Jun 2026 15:07:39 +0000</pubDate>
      <link>https://dev.to/smitp7502/stop-uploading-your-app-manually-let-fastlane-do-it-for-you-2af3</link>
      <guid>https://dev.to/smitp7502/stop-uploading-your-app-manually-let-fastlane-do-it-for-you-2af3</guid>
      <description>&lt;p&gt;&lt;em&gt;Every mobile dev has a release day ritual. Mine was eating 30–40 minutes a week — and adding zero value to anyone.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;You know the drill. Open Play Console, create a release, upload the AAB, write the notes, submit for review. Then open App Store Connect and do the &lt;strong&gt;entire thing again&lt;/strong&gt; — but now with Xcode archives, signing certs, and a prayer nothing breaks.&lt;/p&gt;

&lt;p&gt;I finally got fed up and automated all of it with &lt;strong&gt;Fastlane&lt;/strong&gt;. Now my release is one command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;fastlane internal
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Here's what's inside the full guide →&lt;/p&gt;

&lt;p&gt;→ Android Fastfile setup from scratch — service account, lanes, promote without rebuild&lt;br&gt;&lt;br&gt;
→ iOS Fastfile with &lt;code&gt;.p8&lt;/code&gt; API key and TestFlight + App Store lanes&lt;br&gt;&lt;br&gt;
→ The &lt;code&gt;promote&lt;/code&gt; lane — ship the &lt;strong&gt;exact tested binary&lt;/strong&gt; to production, no rebuild needed&lt;br&gt;&lt;br&gt;
→ How I applied this to a white-label app with multiple client variants  &lt;/p&gt;




&lt;p&gt;📖 *&lt;em&gt;Full walkthrough with every Fastfile included → &lt;a href="https://medium.com/@smitp7502/stop-uploading-your-app-manually-let-fastlane-do-it-for-you-00f8f49e9bf1" rel="noopener noreferrer"&gt;Read on Medium&lt;/a&gt;&lt;br&gt;
*&lt;/em&gt;&lt;/p&gt;

</description>
      <category>fastlan</category>
      <category>flutter</category>
      <category>mobileapp</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
