fastlane-plugin-napp_distribution

Upload IPA AND APK builds to Napp Distribution


Keywords
beta-testing, distribution, fastlane
License
MIT
Install
gem install fastlane-plugin-napp_distribution -v 1.0.2

Documentation

Napp Distribution Plugin

fastlane Plugin Badge

Getting Started

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

fastlane add_plugin napp_distribution

About

Upload a new build to Napp Distribution to distribute the build to beta testers. Works for both Ad Hoc and Enterprise signed applications. The fastlane-plugin-napp_distribution action can upload both iOS apps (IPAs) and Android apps (APKs).

Example

Use the following snippet in your lane

napp_distribution(
	api_key: "my-api-key",
	client_id: "app-name",
	file_path: "path/to/the/app.ipa"
)

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.

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.