Froxi AI
Why usHow it worksFeaturesPricingBlogFAQ
Sign up
Froxi AI
Sign up

How to Publish a Thunkable App to App Store and Google Play

June 22, 20268 min read
How to Publish a Thunkable App to App Store and Google Play

In March, I watched our Thunkable prototype go from "works on my phone" to "blocked by store rules" in a single afternoon. The gap was not code, it was publishing. If you have a working Thunkable app but feel stuck on bundle IDs, signing, screenshots, privacy forms, and review feedback loops, this case study walks through the practical decisions that got us from prototype to two store submissions with fewer surprises and a repeatable release workflow.

Everything You Need to Know About Apple and Google Developer Accounts goes deeper on the ideas above and adds concrete next steps.

Early proof: what changed between the prototype and the store-ready build?

A proof card showing a Thunkable prototype before submission and a store-ready version after account setup, assets, and testing.

A concise proof card showing the move from a working Thunkable prototype to App Store and Google Play submission readiness, with a simple before/after workflow and notes on review prep time.

SnapshotBefore (prototype)After (submission-ready)Time and effortReader impact
DistributionThunkable share linkApp Store Connect + Play Console tracks created~1-2 hours once accounts existedYou can start a real beta with installs, updates, and feedback loops
Identity and versioningNo release naming disciplineBundle ID/package name + versioning set in Project Settings~30-60 minutes, but changing it later can cost daysFewer "we have to rename everything" delays mid-review
Store assets0 store assetsIcons + screenshots for both stores3-6 hours depending on devices, locales, and UI statesLess back-and-forth over missing sizes and mismatched imagery
Compliance and metadataHand-wavy notesPrivacy answers, permissions declarations, age rating drafts1-3 hours, plus time to verify claimsAvoids rejections that are not code-related
Review cycleN/A3 rejected builds before first approval1-2 weeks to submission-ready; review time variesSets expectations: resubmits are normal and need calendar slack

What happened (explanation): in our case (one small team, one app), we went from a single-device prototype to two submission pipelines in about 14 calendar days. We paid $198 in developer fees (Apple + Google for that year) and saw three rejected builds before the first approval.

What it means (interpretation): most of the work was operational: accounts, assets, app identity, and compliance details. Exporting from Thunkable was rarely the blocker; waiting on reviews and fixing listing or disclosure mismatches took more time than we expected.

Why it matters (impact): if you budget a few focused work sessions for store assets and forms, and you assume at least one resubmit, publishing becomes more predictable. Example numbers are from our team and app; your mileage will vary based on region, category, account verification speed, and whether you need tablets, multiple languages, or data collection disclosures.

When you move from outline to execution, How to Publish Your Lovable App: From Export to Approval helps close common gaps teams hit here.

What made publishing harder than building the Thunkable app?

A process diagram showing the steps from Thunkable build to App Store and Google Play submission.

A simple flow diagram that maps the actual publishing path for a Thunkable app: finalize app identity, prepare store assets, test on devices, submit to App Store Connect and Google Play Console, then handle review feedback.

Our build was already doing real work: a lightweight customer utility we were sharing as a link after sales calls. It looked fine in demos, but it broke down when we tried to onboard testers at scale. People wanted a familiar install flow, updates, and a place to leave feedback.

The bigger constraint was the platform split. Half our early users were on iOS, the rest on Android, and we could not afford two different timelines. Publishing became the milestone because it was the only way to run a clean beta and collect consistent feedback.

Store rules are not just technical. They also care about identity, safety, and honesty in your listing. That means you can have a correct app and still get blocked.

A complementary angle worth comparing lives in How to Publish a Bubble Mobile App to App Store and Google Play.

Where do first submissions usually stall?

Most stalls happen before review even starts, or because a small listing detail triggers a reject.

  • Account gates come first. Apple Developer and Google Play Console setup is the real starting line, not your first build (see Thunkable's guides: https://docs.thunkable.com/publishing/publish-to-app-store-ios/user-guide and https://docs.thunkable.com/publishing/publish-to-play-store-android/user-guide).
  • Identity and signing are easy to underestimate. Bundle or package IDs, version numbers, and assets in Thunkable Project Settings are the backbone of a repeatable release (https://docs.thunkable.com/settings/project-settings).
  • Listings create silent delays. One missing screenshot size, icon, or privacy declaration can push release by days because you are waiting on review cycles, not fixing code.

A concrete example from our rejects: we marked a permission as required "for functionality" even though the app still worked without it. That mismatch (what we claimed vs what the app actually did) cost more time than any UI bug.

For tradeoffs, checklists, and edge cases, Submitting vs Publishing an App: What's Different rounds out this section.

What steps do you need to publish a Thunkable app to App Store and Google Play?

Step 1: lock the app identity before touching store forms

  1. Decide the name and IDs you can live with

    We picked the final app name and froze the bundle identifier and package name before any export. Changing these later can ripple through reviewer notes, listings, analytics, and upgrades, so we treated Thunkable Project Settings like release plumbing, not branding (Project Settings).

  2. Make sure the people who submit can also fix and resubmit

    We confirmed the Apple Developer Team and the Google Play Console listing owner were the people who would be around for resubmits. If the submitter is a contractor or a temporary account, access issues can stall changes for hours or days, especially when 2FA or role permissions are involved (iOS guide, Android guide).

  3. Pick a launch path that matches your risk tolerance

    We chose an internal-first release instead of a public v1. That let us validate store setup, versioning, and the submission flow without burning goodwill on a rough first impression. The tradeoff is slower public momentum, but you buy yourself room to learn the pipeline.

A lightweight release checklist (the operational detail that helped)

We tracked this in a shared sheet so anyone could see status and links. The point was not perfection, it was reducing "Where is that file?" time during resubmits.

ArtifactOwnerWhere it livesDone?
App icon (required sizes)Design or PMDrive folder + exported PNGs
Screenshots (iPhone, iPad if needed, Android)PMDrive folder + naming convention
Privacy policy URL + data collection notesPM or legalDoc link
Thunkable Project Settings (IDs, version)BuilderThunkable project
Release notes (v1.0.0 -> v1.0.1)BuilderSheet tab or doc
Store listing copy (title, subtitle, keywords)PMSheet tab

One small detail that helped us move faster: we named screenshots like ios_6.7in_home_v1.0.1.png and android_phone_settings_v1.0.1.png, and captured them with an emulator plus a simple annotation tool (FastStone on Windows, Preview on macOS). It made reviewer follow-ups and asset swaps less chaotic.

The tradeoff: this kind of checklist feels like overhead when you just want to ship. The payoff shows up the first time you need a fast resubmit and you are not hunting for files or waiting on account access.

Why Publishing Requires Structured Execution, Not Guesswork reframes the same problem with a slightly different lens - useful before you finalize.

What did we change after the first review cycle?

A timeline of first submission, review feedback, fixes, resubmission, and future app updates.

A timeline block showing first submission, reviewer feedback, fixes to permissions or metadata, resubmission, and the next release checklist for ongoing Thunkable app updates.

The review feedback became a working checklist

We stopped treating iOS and Android as one funnel. Each rejection note got tagged by store, reviewer message, and the artifact involved (binary, metadata, privacy text, screenshots). That made fixes faster because we could answer "What failed?" before touching anything else.

Common failure modes we now watch for:

  • Metadata mismatch (description vs actual behavior)
  • Permissions unclear (declared but not used, or needed but not explained)
  • Screenshot size issues or inconsistent UI states
  • Account verification or signing blocked by missing access or 2FA
  • Play Console "Data safety" answers that do not match what the app actually collects or shares

Build your Thunkable release checklist
Copy the table above, assign an owner for each artifact, and add links to the exact files you will upload. Then run it before every export.
Download the checklist

Timeline (first cycle)

Submit (Day 0) -> feedback (Day 2-4) -> targeted fixes (Day 5) -> resubmit (Day 6) -> checklist updated for v1.0.1.

In practice, plan at least one resubmit and keep a few slack days in the calendar. Also avoid promising an external launch date until both store accounts are verified and you have uploaded a first build at least once.

Review your next submission risks
Before you export again, sanity-check IDs, permissions, screenshots, and who has console access. This 10 minute review often saves days of waiting on preventable rejects.
Run the risk review

FAQ

Do I publish separately for the App Store and Google Play?
Yes. You can use the same Thunkable project, but you still run two pipelines: App Store Connect and Google Play Console, each with its own listing, screenshots, disclosures, and review steps.
What tripped us up most in the first submission?
Not the app logic, but metadata and compliance details. Most delays came from aligning permissions and privacy disclosures with what the app actually did, plus waiting on reviewer responses.
Can I reuse the same Bundle ID and version numbers?
Keep a consistent naming scheme, but iOS and Android have different identifier rules. Lock IDs early, then keep a simple version cadence (for example, 1.0.0 then 1.0.1) so support and analytics stay coherent ([Project Settings](https://docs.thunkable.com/settings/project-settings)).
What are the minimum costs and accounts I should plan for?
Plan for Apple Developer and Google Play fees, plus time for verification and resubmits. Also confirm Thunkable plan requirements for your publishing path before you commit to a date ([Costs and requirements](https://intercom.help/thunkable/en/articles/14470798-publish-one-app)).
How do I make the second submission faster?
Reuse a pre-export checklist: assets, permissions, IDs, version bump, and console access. Following the same steps each time prevents relearning under deadline pressure ([Android visual guide](https://thunkable.com/resources/publishing-guide-the-google-play-store)).
Aisuluu Dolotbekova avatar
Aisuluu Dolotbekova

Social Media & Content Intern | Vice President @ IDSA | International Relations | World Economy | Stipendium Hungaricum Scholar

I am a Social Media and Content Intern at Froxi.ai and Vice President at the International Diplomatic Student Association. As a Stipendium Hungaricum Scholarship recipient with a background in International Relations and World Economy, I am passionate about global affairs, digital communication, and creating meaningful content that connects people, ideas, and communities.

Share with your community!

In this article:

Early proof: what changed between the prototype and the store-ready build?What made publishing harder than building the Thunkable app?Where do first submissions usually stall?What steps do you need to publish a Thunkable app to App Store and Google Play?What did we change after the first review cycle?FAQ

Like what you see? Share with a friend.

How to Publish an Adalo App to App Store and Google Play
Adalo
Aizhan Khalikova avatarAizhan Khalikova
June 22, 2026

How to Publish an Adalo App to App Store and Google Play

Your Adalo app can look finished in the builder, but getting it approved on the App Store and Google Play is a separate workflow with its own assets, accounts, signing, and compliance checks. If you have hit a vague rejection, a missing metadata error, or a build that works on…

How to Publish a Bravo Studio App
Bravo Studio
Dmitry Bobolev avatarDmitry Bobolev
June 22, 2026

How to Publish a Bravo Studio App

Your Bravo Studio prototype can feel done on your phone, but publishing is where many creators stall: store accounts, signing, store assets, and review rules suddenly matter more than the UI. A smoother path is a repeatable checklist that turns "almost ready" into a submit-ready…

How to Publish a Bubble Mobile App to App Store and Google Play
Bubble
Aizada Berdibekova avatarAizada Berdibekova
June 22, 2026

How to Publish a Bubble Mobile App to App Store and Google Play

Shipping a Bubble app to iOS and Android is not usually blocked by the Bubble build itself. The last-mile realities of app stores - signing credentials, compliance metadata, and review rules - are what can turn a planned launch into a multi-week slip. This guide gives you a…

Froxi AI

PRODUCT

  • Why Us
  • How It Works
  • Key Features
  • Who Is It For
  • Pricing

RESOURCES

  • Blog
  • FAQ
  • Tutorials
  • Success Cases

FREE TOOLS

  • All Tools
  • Color Palette Generator
  • App Icon Generator
  • Description & Keyword Generator
  • Category Picker
  • App Cost Calculator
  • Keyword Research Tool
  • Submission Statuses
  • iOS vs Android Differences

LEGAL

  • Terms of Service
  • Privacy Policy
Froxi AI

© 2026 Froxi AI Inc. All rights reserved
Company address: 2261 Market Street, STE 65144, San Francisco, CA, 94114 US

contact@froxi.ai