How can I get my cigar app listed on the Apps Store?

Modified on Wed, 11 Oct, 2023 at 10:04 AM

The Boxpressd Apps Store is dedicated to providing a platform for cigar enthusiasts to find an app that meets their needs. As such, we focus exclusively on hosting cigar-related Progressive Web Apps (PWAs). Before submitting your PWA to our platform, there are some important guidelines and tips to ensure a smooth process.


To submit your cigar app, please visit https://appstore.boxpressd.com/submit.


Submission Guidelines:

  1. Compatibility and Performance: To guarantee an optimal user experience, make sure that all icons and screenshots are directly integrated into the manifest file of your PWA.

  2. Relevance: Please ensure that your app is specifically related to cigars. Apps focusing on cigarettes, vaping, or similar non-cigar content will not be accepted.

  3. Enhanced User Experience: For a seamless and enriched user experience akin to leading app stores, we recommend integrating a small script to your PWA. Detailed instructions and requirements for this can be found in our help center.

  4. Publication: Our dedicated team manually reviews and publishes all submitted apps to ensure quality. This process helps us maintain the authenticity and credibility of the apps listed on our platform.

  5. Support: Facing challenges during your PWA submission? Don't worry! Our team is always available to assist and resolve any issues you might encounter.

  6. Modifications and Removal: Should you wish to update or remove your app from our platform, kindly get in touch with us through email. We will process your request swiftly and efficiently.

Contact & Support:

Whether you have questions, need help updating your manifest, or face any challenges, we're here for you. Just drop us an email, and we'll assist you promptly.

Additional Guidance:

Including Screenshots in Your Manifest File:


Incorporating screenshots into your manifest is simple. Utilize the "screenshots" property, which allows for an array of image URLs representing your PWA's visual appeal. Here's a sample manifest configuration with screenshots:


{
  "name": "Your PWA Name",
  "short_name": "Short Name",
  "description": "Description of your PWA",
  "icons": [
      {
        "src": "icon-192x192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "icon-512x512.png",
        "sizes": "512x512",
        "type": "image/png"
      }
  ],
  "screenshots": [
      "screenshot-1.png",
      "screenshot-2.png",
      "screenshot-3.png"
  ],
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000"
}

Replace the placeholder URLs with your actual screenshot URLs, ensuring they're accessible and depict your PWA accurately.


Note: Boxpressd Apps Store retains the right to save and utilize the app icons and screenshots submitted during the application process. This is primarily for promotional purposes, like creating banner images for recommended apps. For more detailed information on how we handle personal data, please consult our privacy policy.

Still have queries or require assistance? Don't hesitate to reach out to us.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article