Appcircle Enterprise App Store

The Enterprise Mobile App Store is your customizable internal mobile app store, enabling seamless enterprise distribution of Android APK/AAB and iOS IPA files.

  • Customizable Storefront: Distribute your in-house apps with a fully customizable mobile storefront.
  • Secure Distribution: Everything you need for secure, streamlined distribution of your in-house apps.
  • No MDM Required: Allows distribution of B2B and B2E applications without the need for an MDM solution and enrollment.

Learn more about Appcircle Enterprise App Store.

What Sets Apart Appcircle Enterprise Mobile App Store

  1. Direct File Sharing:
    • Skip Traditional Stores: Share .IPA, APK, or AAB files directly, avoiding the need to wait for Apple App Store or Google Play approvals.
  2. Flexible Sharing Options:
    • Beta and Live Modes: Share your app in ‘beta’ mode for testing new features or identifying bugs, or in ‘live’ mode for stable versions. This flexibility helps maintain the development lifecycle without interruptions.
  3. Enhanced Security:
    • Secure Authentication: Access the Enterprise Mobile App Store with extra secure authentication using Enterprise Authentication Methods.
    • Controlled Access: Ensure that only authorized users can access the app store and its contents.
  4. Customizable Mobile Storefront:
    • Tailored Experience: Provide a customizable mobile storefront for your in-house apps, ensuring a tailored experience that aligns with your brand and user needs.
  5. No MDM Requirement:
    • Simplified Distribution: Distribute B2B and B2E applications without the need for a Mobile Device Management (MDM) solution or enrollment, reducing complexity and costs.
  6. Streamlined Workflow:
    • Seamless Integration: Integrates smoothly with your existing workflow, making it easy to manage and distribute apps within your organization.
    • Efficient Management: Track and manage applications, versions, testers, and teams effectively, ensuring a smooth distribution process.

These features make the Appcircle Enterprise Mobile App Store a powerful tool for securely and efficiently distributing in-house applications, offering flexibility, enhanced security, and a streamlined workflow.

Enterprise App Store

After uploading your build successfully, you will see your app in the "Enterprise App Store" module like below

Enterprise App Store Dashboard

Install Appcircle Enterprise Store Plugin

Go to your Jenkins dashboard and follow, Manage Jenkins > Plugins and search for "Appcircle Enterprise Store"

Installation Steps

Add Plugin in Build Steps

Go to your configuration page of the project add a build step.

Build Step

Configure Plugin

After adding the plugin into your build steps make sure you fulfill required inputs. Also, do not forget to add the plugin after your build steps. Because you will be asked to provide the build path.

Build Step

Generating/Managing the Personal API Tokens

To generate a Personal API Token, follow these steps:

  1. Go to the My Organization screen (the second option at the bottom left).
  2. You'll find the Personal API Token section in the top right corner.
  3. Press the "Generate Token" button to generate your first token.

Token Generation

Using Plugin into Your Script

   stage('Publish') {
      environment {
         AC_PAT = credentials('AC_PAT')
      }
       steps {
          appcircleEnterpriseAppStore personalAPIToken: AC_PAT,
                  appPath: '$APP_PATH',
                  releaseNote: '$RELEASE_NOTE',
                  summary: '$SUMMARY',
                  publishType: '$PUBLISH_TYPE' // "0": None, "1": Beta, "2": Live
       }
   }

Reference

Issues

Report issues and enhancements at info@appcircle.io

LICENSE

Licensed under MIT, see LICENSE