Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ideviceinstaller-js

NodeJs wrapper for ideviceinstaller. For use on OSX.

Getting Started

First, make sure you have ideviceinstaller installed, if you don't you can get it with brew, simply run in you Terminal:

brew install ideviceinstaller

Install package with npm:

npm install ideviceinstaller-js --save

Usage

import the module:

var ideviceinstaller = require('ideviceinstaller-js')

Note: Providing the device uuid is optional.

  • ideviceinstaller.installApp
ideviceinstaller.installApp('path/to/appFile.app/ipa','my-device-udid')
  • ideviceinstaller.uninstallApp
ideviceinstaller.uninstallApp('myapp.bundle.id','my-device-udid')
  • ideviceinstaller.reinstallApp Will try to uninstall first then install
ideviceinstaller.reinstallApp('path/to/appFile.app/ipa','myapp.bundle.id','my-device-udid')

About

NodeJs wrapper for ideviceinstaller

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.