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
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).
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"
)
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.
fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.