# Publish Apps

- [Publishing to the Google Play Store](https://help.twinr.dev/publish-apps/publishing-to-the-google-play-store.md)
- [Setup Android Signing Information](https://help.twinr.dev/publish-apps/publishing-to-the-google-play-store/setup-android-signing-information.md): Generate KeyStore information for the Android build.
- [Get Android Build File](https://help.twinr.dev/publish-apps/publishing-to-the-google-play-store/get-android-build-file.md): Generate your Build file
- [Create Your Google Developer Account](https://help.twinr.dev/publish-apps/publishing-to-the-google-play-store/create-your-google-developer-account.md): Part one: Create Your Google Developer Account
- [Setup your App on Google Play Store](https://help.twinr.dev/publish-apps/publishing-to-the-google-play-store/setup-your-app-on-google-play-store.md): Now that you have your app's build file and play store account, it's time to upload it to the Google Play Store so you can release it to the world!
- [Submit Your App to Production](https://help.twinr.dev/publish-apps/publishing-to-the-google-play-store/submit-your-app-to-production.md): Submit your app to the production release for your users to download.
- [Reset Android Signing Key](https://help.twinr.dev/publish-apps/publishing-to-the-google-play-store/reset-android-signing-key.md): Step-by-step guide on how to reset your Android app signing key.
- [Publishing to the Apple App Store](https://help.twinr.dev/publish-apps/publishing-to-the-apple-app-store.md): Publish a native iOS app to the Apple App Store in no time.
- [Create Your Apple Developer Account](https://help.twinr.dev/publish-apps/publishing-to-the-apple-app-store/create-your-apple-developer-account.md)
- [Setup Annual Payment for your Apple Developer Account](https://help.twinr.dev/publish-apps/publishing-to-the-apple-app-store/setup-annual-payment-for-your-apple-developer-account.md): Important information to consider when signing up for an Apple Developer Account
- [Create Your Apple Bundle ID](https://help.twinr.dev/publish-apps/publishing-to-the-apple-app-store/create-your-apple-bundle-id.md)
- [Setup iOS Signing Info](https://help.twinr.dev/publish-apps/publishing-to-the-apple-app-store/setup-ios-signing-info.md)
- [Get iOS Build File](https://help.twinr.dev/publish-apps/publishing-to-the-apple-app-store/get-ios-build-file.md)
- [Add Users to Your App Store Connect Team (Optional)](https://help.twinr.dev/publish-apps/publishing-to-the-apple-app-store/add-users-to-your-app-store-connect-team-optional.md): You'll want to do this if you want to add people to Internal Testflight testing or if you want to allow others to manage the marketing, publishing, or development of your app versions.
- [Add Users to TestFlight (Optional)](https://help.twinr.dev/publish-apps/publishing-to-the-apple-app-store/add-users-to-testflight-optional.md)
- [Submit Your Build to The App Store](https://help.twinr.dev/publish-apps/publishing-to-the-apple-app-store/submit-your-build-to-the-app-store.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.twinr.dev/publish-apps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
