Appsendr_logo_small_v2

AppSendr Gem

The AppSendr gem is the easiest way to interact with AppSendr. We try to keep features available in both the web and gem at the same time but when they are unable to be released simultaneously, more often they will be available in the gem before the web.

To some, our gem interface may look familiar, that's because we based the AppSendr gem off the Heroku gem. We felt it was hands down the best way to interact with a web service and we wanted replicate the experience.

Installation

In Terminal.app enter:
gem install appsendr

Usage

On your first run you'll be asked to enter your AppSendr credentials. We don't store these, instead your API key is stored in ~/.appsendr/credentials.
You can use the gem according to the basic pattern shown below:
appsendr COMMAND:SUB_COMMAND PARAMETERS
Important Note
To perform most functions you must be in the root directory of an XCode project and the app must be linked with AppSendr.
Help
appsendr help
Add app or link to an existing one
appsendr link or appsendr create APP_NAME
Add tester
appsendr testers:add joe@appsendr.com Joe Smith
Deploy to testers
appsendr deploy ACTIVE_CONFIGURATION
You can also notify your testers automatically using the --notify flag.
ex. appsendr deploy ACTIVE_CONFIGURATION --notify
Notify testers via Email
appsendr testers:notify

Release Logs

  • 0.0.6 - Bug fixes. Added Mechanize requirement. Added auth:login to login under a different account.
  • 0.0.5 - Added large IPA upload capabilities
  • 0.0.4 - yanked
  • 0.0.3 - Updated to use the public API
  • 0.0.2 - Bug fixes
  • 0.0.1 - Initial Release

Notes

The gem is for Mac OS X only and has only been tested on 10.6.