
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
fastlane-plugin-loadly
Advanced tools
This project is a fastlane plugin. To get started with fastlane-plugin-loadly
, add it to your project by running:
fastlane add_plugin loadly
Loadly.io is the ultimate platform for app beta testing and distribution, offering unlimited app uploads and downloads, enhanced security, detailed analytics, and seamless integration. Alternative to TestFlight and Diawi
This plugin can upload .ipa and .apk file to Loadly.
Key | Required | Type | Description |
---|---|---|---|
api_key | true | String | Loadly API Key |
file | true | String | Path to .ipa or .apk file. Default: IPA_OUTPUT_PATH or GRADLE_APK_OUTPUT_PATH based on platform |
build_password | false | String | Set the App installation password. If the password is empty, public installation is used by default |
build_description | false | String | Additional information to your users on this build: the comment will be displayed on the installation page |
callback_url | false | String | The URL loadly should call with the result |
timeout | false | Int | Timeout for uploading file to Loadly. Default: 600 Range: (60, 1800) |
If file upload successfully, you can access result link by:
lane_context[SharedValues::UPLOADED_FILE_LINK_TO_LOADLY]
Minimal plugin configuration is:
loadly(
api_key: "your_api_key",
file: "your_app_file_path",
)
For more options see Available options section.
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 information about how the fastlane
plugin system works, check out the Plugins documentation.
fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.
FAQs
Unknown package
We found that fastlane-plugin-loadly 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.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.