> ## Documentation Index
> Fetch the complete documentation index at: https://docs.solanamobile.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQ

<AccordionGroup>
  <Accordion title="Do I need a Solana Mobile device to build an app for the dApp Store?">
    You do not need a Solana Mobile device to develop Android apps for the dApp Store.

    Developers **already** have all the tools necessary to start building apps for the dApp Store today!

    For more information, view our [developer documentation](/get-started/development-setup).
  </Accordion>

  <Accordion title="How can I publish an app?">
    To publish an app, the summarized process is:

    <Steps>
      <Step>
        Build a signed APK of your app. See the [Build and Sign an APK](/dapp-store/build-and-sign-an-apk) guide.
      </Step>

      <Step>
        Submit your app through the publisher portal. See the [Submit a New App](/dapp-store/submit-new-app) guide.
      </Step>
    </Steps>
  </Accordion>

  <Accordion title="Can I publish a PWA onto the dApp Store?">
    Yes! With a few additional steps, you can convert a PWA into an Android app and generate an APK for app submission.

    For a tutorial and more information, view our [PWA documentation](/recipes/general/publishing-a-web-app).
  </Accordion>

  <Accordion title="Can I get a developer kit for testing?">
    We are not running a developer device program for the Seeker, because you do not need a Solana Mobile device to develop Android apps for the dApp Store.

    Developers **already** have all the tools necessary to start building apps for the dApp Store today!

    For more information, view our [developer documentation](/get-started/development-setup).
  </Accordion>

  <Accordion title="What does it mean for the dApp Store to be 'fee-free'?">
    Solana Mobile Inc. does not currently collect any fees on in-app purchases, app purchases, or subscriptions, nor are any fees collected on its behalf by apps in the catalog.
  </Accordion>

  <Accordion title="How can I see user statistics for my app in the dApp Store?">
    Developers are free to implement their own metric collection and logging within their apps. For example, [Google Analytics for Firebase](https://firebase.google.com/docs/analytics/get-started?platform=android) is a popular measurement solution that provides mobile SDKs.
  </Accordion>

  <Accordion title="I've published my app, now what?">
    Your submission is now in the app review process and publishers typically receive an update in 3-5 business days.
  </Accordion>
</AccordionGroup>
