# Rork ## Docs - [App Store screenshots](https://docs.rork.com/appstore-screenshots/app-store-screenshots.md): This guide walks through how to create high-quality App Store screenshots, the tools you can use, and what Apple expects when you upload them - [App Review guide](https://docs.rork.com/appstore-submission-checklist/app-review-guide.md): This guide explains how Apple's App Store review process works, how long it usually takes, what can slow it down, and how to request an expedited review when timing matters. - [Main App Store rejection reasons](https://docs.rork.com/appstore-submission-checklist/whats-next-after-the-apps-finished.md): These are the most common reasons for App Store rejections - [How to add a Supabase backend to Rork](https://docs.rork.com/backend/supabase.md): This guide will help you create a Supabase backend for your Rork project. This includes authentication for users and also custom database schemas for functionalities in your app. - [What is Rork's Backend Capabilities?](https://docs.rork.com/building-complex-apps/backend/what-is-rork-toolkit.md): Rork provides an optional backend infrastructure for applications requiring server-side functionality. Currently in its beta phase, if you run into any issues, please reach out to Support. - [How to tell if your app idea is good](https://docs.rork.com/elements-of-a-good-idea/how-to-tell-if-your-idea-is-good.md): Most app ideas fail before code. Not because the tech is hard, but because the idea itself does not create real pull. This guide helps you decide if an idea is worth building before you spend weeks shipping. - [Code Export](https://docs.rork.com/faq/code-export.md): Frequently Asked Questions about code export with Rork - [Collaboration](https://docs.rork.com/faq/collaboration.md): Frequently Asked Questions about collaboration with Rork - [General](https://docs.rork.com/faq/general.md): General FAQ questions for Rork - [Overview](https://docs.rork.com/faq/index.md): FAQ master list. - [Technical](https://docs.rork.com/faq/technical.md): Frequently Asked Questions about technical building with Rork - [Connecting an API to Rork](https://docs.rork.com/features-apis/apis/how-to-connect-an-api-to-your-project.md): API's are great because they essentially allow your apps to do anything without you needing to do it. - [What is an API?](https://docs.rork.com/features/index.md): An external third party API can enhance the functionality of your apps and help you build the unthinkable. This document explains what they are, which ones are already available on Rork, and how to quickly add new custom ones. - [How to test & publish your Rork app via Xcode](https://docs.rork.com/how-to-set-up-xcode/how-to-set-up-xcoe.md): This guide walks through the required setup, how to open your project in XCode, run it locally, archive builds, and troubleshoot common issues so you can move from code to the App Store efficiently and with confidence. - [Welcome](https://docs.rork.com/index.md): Use this section to understand how Rork works, how projects are structured, and how to begin building with confidence. - [How to add sign in with Apple/Google to your Rork app](https://docs.rork.com/integrations/backend/how-to-set-up-oauth.md): This guide walks you through how to add social sign-in (Apple/Google) to your Rork app - [How to build your first app](https://docs.rork.com/introduction/build-your-first-app.md): Get started by building your first app. - [How to prompt succesfully](https://docs.rork.com/introduction/introduction/prompting-strategy.md): How to prompt Rork to build more polished, high-quality mobile apps. - [How to add a Free Trial](https://docs.rork.com/make-your-app-profitable/paywalls/how-to-add-a-free-trial.md): This guide goes over how to add an free trial offer to your IOS app - [How To Create a privacy policy, Terms and conditions, and EULA](https://docs.rork.com/make-your-app-profitable/paywalls/how-to-set-up-your-policies.md): Every app must include Terms & Conditions, a Privacy Policy, and an EULA to be approved on the App Store and to protect you legally. - [How to add a paywall to your Rork app with RevenueCat](https://docs.rork.com/payment-guides/revenuecat-copied-1.md): Are you ready to add payments to your app? Use this guide to setup Rork with RevenueCat paywall and deploy your app to Production with a full feature gated payment system! - [Publishing](https://docs.rork.com/publishing.md) - [Request Documentation](https://docs.rork.com/request-documentation.md) - [Rork (Expo)](https://docs.rork.com/rork-expo.md) - [Rork Max (Swift)](https://docs.rork.com/rork-max-swift.md) - [Ideation](https://docs.rork.com/rork-playbook/playbook.md): How to come to a successful idea - [Posting Organic Content](https://docs.rork.com/rork-playbook/untitled-page.md): Guide to organic content - [Winning influencer creatives](https://docs.rork.com/rork-playbook/untitled-page-1.md): How to run profitable influencer marketing - [Finding Influencers and negotiating with them](https://docs.rork.com/rork-playbook/untitled-page-2.md): How to find and negotiate profitable deals with influencers - [Onboarding and Monetization](https://docs.rork.com/rork-playbook/untitled-page-3.md) - [Helpful Resources](https://docs.rork.com/rork-playbook/untitled-page-4.md) - [Create your Apple Developer Account to publish to App Store](https://docs.rork.com/store-guides/apple-developer-account.md): This guide will help you get your Apple Developer account setup to publish apps in the App Store. - [Publish Your App to the Apple App Store](https://docs.rork.com/store-guides/publish-app-store.md): This guide will publish your Rork project to the App Store in minutes. - [App Store Checklist](https://docs.rork.com/submitting-to-app-store/apple/app-store-checklist.md): Now that your app is complete here's everything you have to do to make sure your app is App Store ready! - [Submission errors](https://docs.rork.com/submitting-to-app-store/apple/submission-errors.md): Here are the most common issues with submissions on Rork and the work arounds. - [How to test Android apps on your Android device](https://docs.rork.com/submitting-to-play-store/apk-file.md): Creating an Android .APK with Rork to install and test your app on an Android phone. - [How to publish your Rork app to Google Play Store](https://docs.rork.com/submitting-to-play-store/creating-the-aab-file.md): The Google Play Store requires an AAB file for distribution. This differs from the APK file used during active development. The AAB file is your production build, the version you'll distribute to testers before launching on the Play Store. Think of this as Google’s version of TestFlight. This guide… - [Swift VS React Native (Expo)](https://docs.rork.com/swift-vs-react-native/whats-the-difference.md): In simple terms, Rork Pro uses standard React Native and Expo to build apps, while Rork Max is the first AI Swift developer that runs directly in your browser. Swift and React Native are the two most common ways apps are built today. Both are powerful, but they are designed for different types of ap… - [How to sync your project with Github](https://docs.rork.com/tutorials/how-to-connect-github.md): Full guide on how to connect your Rork project to GitHub for a 2-way sync ## Optional - [Changelog](https://rorkapp.notion.site/Changelog-for-Docs-and-Discord-2c76979e738b806abbb8dd3238507bff) - [Discord Community](https://discord.gg/rxBHytVKaT) - [Blog](https://rork.com/blog)