# 公開に関するFAQ

<details>

<summary>無料プランでAdaloアプリを配布する方法は？</summary>

無料プランでは、Adaloサブドメインを使用してWebアプリを公開できます。メニューバーの共有オプションまたは左パネルの公開セクションをクリックしてください。

無料プラン＆AdaloサブドメインでのWebアプリの公開について詳しくは、[Webアプリの公開](/ja/testing-your-app/publishing-to-the-web.md)セクションをご覧ください。

</details>

<details>

<summary>トライアルプランでアプリを公開できますか？</summary>

トライアルプランでは、カスタムドメインを使用したり、Play/Appストアに公開することはできません。

</details>

<details>

<summary>プランをダウングレードした場合、公開済みのアプリはどうなりますか？</summary>

プランを無料にダウングレードすると、公開済みのアプリはもはやApp Storeやカスタムドメインで「公開済み」とマークされず、すべてのアクションが失敗します。

</details>

<details>

<summary>AABファイルとは何ですか？</summary>

2021年8月から、新しいアプリはGoogle PlayでAndroid App Bundle（AAB）を使用して公開する必要があります。

[Android App Bundle](https://developer.android.com/platform/technology/app-bundle/index.html)は、Google Playでの公開形式です。アプリバンドルを使用することで、アプリのサイズを削減し、リリースを簡素化し、高度な配布機能を有効にします。

[Googleヘルプドキュメント | アプリバンドルの機能と利点](https://support.google.com/googleplay/android-developer/answer/9844279?hl=en#zippy=%2Capp-bundle-features-and-benefits)で詳細を読むことができます。

</details>

<details>

<summary>APKファイルを取得する方法は？</summary>

Adaloは2021年8月以降に作成されたアプリのAPKファイルを提供していません。Adaloで作成されたアプリをテストするには、Google Developer Consoleの内部テストトラックを使用することをお勧めします。

Adaloで構築されたアプリのAPKを取得する必要がある場合は、AdaloビルダーからダウンロードしたAABファイルを公開した後、App Bundle Explorerから直接ダウンロードする必要があります。

[Googleヘルプドキュメント | App Bundle Explorerでアプリバージョンを検査する](https://support.google.com/googleplay/android-developer/answer/9844279?hl=en)で詳細を読むことができます。

</details>


---

# 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.adalo.com/ja/testing-your-app/publishing-faqs.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.
