AI-coded apps

    Can I submit a vibe-coded app to the Epic Games Store?

    A 2026 view of a vibe-coded app being submitted to the Epic Games Store publishing portal across PC, Mac, and Android, with iOS notarization shown for the EU

    The short version is that the Epic Games Store does not care who, or what, wrote your code. AI-built or hand-written, a "vibe-coded" app can be submitted as long as it meets Epic's requirements: a developer account, the submission fee, the content guidelines, and the technical and age-rating checks. What being vibe-coded changes is not eligibility but risk, because AI-generated apps tend to ship insecure defaults that Epic's review, and on iOS Apple's notarization, can surface. Here is what the store requires and what to clean up first.

    Short answer

    Yes, you can submit a vibe-coded app to the Epic Games Store; being AI-generated does not disqualify it. You register a developer account on the Epic Games Store publishing portal, provide your company and tax or payout details, pay the recoupable submission fee, and your product goes through Epic's content guidelines and technical review. The store covers games and is expanding to non-gaming apps, and it runs on PC, Mac, and Android worldwide, with iOS supported in the European Union. So eligibility is about meeting Epic's requirements, not about whether AI wrote the code, though the AI origin makes a security review before submission worthwhile.

    What you should know

    • AI origin is not a barrier: Epic does not reject an app for being vibe-coded.
    • You need a developer account: with company and tax or payout information.
    • There is a submission fee: a recoupable fee applies per product.
    • Content and tech review apply: the app must meet Epic's guidelines and checks.
    • Platform reach varies: PC, Mac, and Android worldwide; iOS in the EU.

    Does Epic care that your app is AI-built?

    No. The Epic Games Store evaluates the product against its guidelines and technical requirements, not the method used to write it, so an app generated by an AI builder is judged the same as one coded by hand. What matters is that the app functions correctly, meets the content rules, has an appropriate age rating, and satisfies the technical checks for the platforms you target. So "vibe-coded" is not a category Epic screens for; it screens for whether the app is acceptable and works. The practical implication is that you should not worry about disclosing an AI origin, but you should make sure the app actually meets the bar, which AI-generated apps do not always clear without revision.

    What does the Epic Games Store actually require?

    A set of account, commercial, and quality requirements. The table summarizes them.

    RequirementDetail
    Developer accountRegistered on Epic's publishing portal with company info
    Tax and payout detailsBusiness, tax, and payout information on file
    Submission feeA recoupable fee per product
    Content guidelinesThe app must comply with Epic's content rules
    Age ratingAn appropriate rating for the content
    Platform availabilityPC, Mac, Android worldwide; iOS in the EU

    Meeting these is the path to listing, whether the app is a game or, increasingly, a non-gaming app, since Epic has been opening the store to a wider range of software. On iOS in the EU, distributing through Epic also involves Apple's notarization for apps delivered outside the App Store, which is an automated security and signing check on top of Epic's own review.

    What do vibe-coded apps need to watch before submitting?

    The same insecure defaults that AI builders tend to produce. Generated apps commonly store data in plain storage, hardcode keys, leave over-permissive backend access, or ship a weak network configuration, and while none of those is unique to Epic, they are real problems that a technical review or a security-conscious user can find. On iOS in the EU, notarization adds an automated check the app must pass, and Epic's technical requirements expect a functioning, non-malicious app. So before submitting, treat the generated code as a draft to harden: move secrets off the device, enforce access on the server, and use encrypted storage. The submission will go more smoothly when the app is not carrying the default weaknesses AI output often includes.

    What to watch out for

    The first trap is assuming a vibe-coded app is submission-ready because it runs, when AI-generated apps frequently ship insecure defaults that work fine until they are examined. The second is overlooking the platform split, since iOS support is EU-only and involves Apple's notarization, unlike Android worldwide. The third is skipping the content and age-rating requirements that apply regardless of how the app was built. A pre-submission scan such as PTKD.com (https://ptkd.com) reads the compiled APK, AAB, or IPA against OWASP MASVS and flags insecure storage, cleartext traffic, and hardcoded secrets, so you can clean up the AI-generated weaknesses before you submit to Epic or send an iOS build through notarization.

    What to take away

    • You can submit a vibe-coded app to the Epic Games Store; being AI-built does not disqualify it.
    • You need a developer account with tax and payout details, the recoupable submission fee, and compliance with Epic's content guidelines, technical checks, and age rating.
    • The store runs on PC, Mac, and Android worldwide, with iOS in the EU, where Apple's notarization also applies.
    • Harden the AI-generated defaults first, and use a pre-submission scan such as PTKD.com to find insecure storage, cleartext traffic, and hardcoded secrets before you submit.
    • #epic-games-store
    • #vibe-coding
    • #alt-store
    • #app-distribution
    • #notarization
    • #ai-coded-apps
    • #submission

    Frequently asked questions

    Can I submit an AI-built app to the Epic Games Store?
    Yes. The Epic Games Store evaluates the product against its content guidelines and technical requirements, not the method used to write it, so a vibe-coded app is judged the same as a hand-coded one. You need a developer account, the submission fee, and to meet the content, technical, and age-rating checks. Being AI-generated is not a barrier, though such apps often need hardening to clear the quality and security bar.
    What does the Epic Games Store require to publish?
    A developer account registered on Epic's publishing portal with company and tax or payout information, a recoupable submission fee per product, compliance with Epic's content guidelines, an appropriate age rating, and passing the technical review for your target platforms. The store runs on PC, Mac, and Android worldwide and on iOS in the EU. Meeting these requirements is the path to listing, whether the app is a game or a non-gaming app.
    Is the Epic Games Store available on iOS?
    On iOS, the Epic Games Store is available in the European Union, while it runs on PC, Mac, and Android worldwide. Distributing an iOS app through Epic in the EU involves Apple's notarization, an automated security and signing check for apps delivered outside the App Store, on top of Epic's own review. So the iOS path is narrower than Android and carries the extra notarization step you must pass.
    Do vibe-coded apps have extra risks on Epic?
    Not extra rules, but the usual AI-generated weaknesses. Vibe-coded apps commonly ship insecure defaults such as plain storage, hardcoded keys, over-permissive backend access, or a weak network configuration. None is unique to Epic, but a technical review or a user can find them, and an iOS build must also pass notarization. So treat the generated code as a draft to harden, moving secrets off the device and enforcing access on the server before you submit.
    How do I prepare a vibe-coded app for submission?
    Harden the AI-generated defaults and verify the build. Move secrets to your backend, use encrypted storage instead of plain storage, and tighten backend access. Then run a pre-submission scan such as PTKD.com, which reads the compiled APK, AAB, or IPA against OWASP MASVS and flags insecure storage, cleartext traffic, and hardcoded secrets, so you can clean them up before submitting to Epic or sending an iOS build through notarization.

    Keep reading

    Scan your app in minutes

    Upload an APK, AAB, or IPA. PTKD returns an OWASP-aligned report with copy-paste fixes.

    Try PTKD free