No commit activity in last 3 years
No release in over 3 years
Upload IPA AND APK builds to Napp Distribution
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.27.0
>= 0
>= 0
>= 0
 Project Readme

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.