
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
fastlane-plugin-appcircle_enterprise_app_store
Advanced tools
Appcircle Enterprise Mobile App Store is your own mobile app store for providing access to in-house apps with a customizable mobile storefront.
Learn more about Appcircle Enterprise App Store.
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.
Compatible Agents:
Supported Version:
Note: We currently support Appcircle Cloud, with self-hosted support planned in our roadmap.

To generate a Personal API Token:
.png)
This project is a fastlane plugin. To get started with appcircle_enterprise_app_store, add it to your project by running:
fastlane add_plugin appcircle_enterprise_app_store
After adding the plugin to your project, configure your Fastfile as follows:
lane :distribute_app_store do
appcircle_enterprise_app_store(
personalAPIToken: "$(AC_PERSONAL_API_TOKEN)",
appPath: "$(APP_PATH)",
summary: "$(SUMMARY)",
releaseNotes: "$(RELEASE_NOTE)",
publishType: "$(PUBLISH_TYPE)" # Assign the appropriate number based on the status: None (0), Beta (1), Live (2)
)
end
personalAPIToken: The Appcircle Personal API token is utilized to authenticate and secure access to Appcircle services, ensuring that only authorized users can perform actions within the platform.appPath: Indicates the file path to the application that will be uploaded to Appcircle Testing Distribution Profile.releaseNote: Contains the details of changes, updates, and improvements made in the current version of the app being published.Summary: Used to provide a brief overview of the version of the app that is about to be published.publishType: Specifies the publishing status as either none, beta, or live, and must be assigned the values "0", "1", or "2" accordingly.Ensure that this action is added after build steps have been completed.
If two workflows start simultaneously, the last workflow to reach the publish step will be the up-to-date version on the Enterprise App Store. If these workflows building the same package version, the first publish will be successful, while later deployments with the same version will fail.
Utilize environment variables seamlessly by substituting the parameters with $(VARIABLE_NAME) in your task inputs. The extension automatically retrieves values from the specified environment variables within your pipeline.
If you would like to learn more about this extension and how to utilize it in your projects, please contact us
For any other issues and feedback about this plugin, please submit it to this repository.
If you have trouble using plugins, check out the Plugins Troubleshooting guide.
For more detailed instructions and support, visit the Appcircle Enterprise App Store documentation.
FAQs
Unknown package
We found that fastlane-plugin-appcircle_enterprise_app_store demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies