

APPBOX_SHARE_URL - AppBox short shareable URL to install uploaded application.Supported AppBox link access via Fastlane SharedValues com ', appbox_path:'/ Users/ vineetchoudhary/ Desktop/ AppBox2. Upload IPA file and Send an email to single email.ĭefault_platform ( :ios ) platform :ios do lane :gymbox do gym appbox ( emails: someoneelse. Demo Fastfile with a lane gymbox with Different Options 1. So, AppBox will keep the same link for the IPA file available in the same folder. By default folder name will be the application bundle identifier. dropbox_folder_name (Optional | String) - You can change the link by providing a Custom Dropbox Folder Name.If this option is enabled, you can also download the previous build with the same URL. keep_same_link (Optional | Bool) - This feature will keep same short URL for all future build/IPA uploaded with same bundle identifier.appbox_path (Optional | String) - If you've setup AppBox in the different directory then you need to mention that here.

message (Optional | String) - Attach personal message in the email.emails (Required | String) - Comma-separated list of email address that should receive application installation link.Here the available params for appbox plugins. Step 3 - Define appbox action in your project Fastfile with emails and message. Now, open AppBox and login with your Dropbox account. Step 2 - Download the latest version of AppBox from here or here and install it into /Applications directory of you mac.
