New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fastlane-plugin-loadly

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastlane-plugin-loadly

  • 2.2.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Fastlane loadly.io plugin

fastlane Plugin Badge Ruby Gem

Getting Started

This project is a fastlane plugin. To get started with fastlane-plugin-loadly, add it to your project by running:

fastlane add_plugin loadly

About loadly.io

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.

Available options

KeyRequiredTypeDescription
api_keytrueStringLoadly API Key
filetrueStringPath to .ipa or .apk file.
Default: IPA_OUTPUT_PATH or GRADLE_APK_OUTPUT_PATH based on platform
build_passwordfalseStringSet the App installation password. If the password is empty, public installation is used by default
build_descriptionfalseStringAdditional information to your users on this build: the comment will be displayed on the installation page
callback_urlfalseStringThe URL loadly should call with the result
timeoutfalseIntTimeout 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]

Example

Minimal plugin configuration is:

loadly(
    api_key: "your_api_key",
    file: "your_app_file_path",
)

For more options see Available options section.

Issues and Feedback

For any other issues and feedback about this plugin, please submit it to this repository.

Troubleshooting

If you have trouble using plugins, check out the Plugins Troubleshooting guide.

Using fastlane Plugins

For more information about how the fastlane plugin system works, check out the Plugins documentation.

About fastlane

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

Package last updated on 15 Aug 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc