1.0.4 • Published 6 years ago

ios-automation-helper v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

iOS Automation Helper

Prerequisite

  1. Install xCode 9.0 or later
  2. Download required simulators

Install

Using npm:

npm i ios-automation-helper

Using Node.js:

var iosCmd = require('ios-automation-helper');

or

import iosCmd from 'ios-automation-helper';

Usage

  1. To get Device UDID
  2. A promise based function and resolves to a device udid
iosCmd.getUDID('iPhone 6s', '11.4').then(result => {
});
  1. To get App Bundle ID
  2. A promise based function which resolve the app bundle id
ioskdownCmd.getBundleId(<appPath>).then(bundleId => {

});

Notes

  1. If you are using .ipa file, pls follow below steps to get BundleId.
    1. Right click and Open with Archive Utility
    2. You can see .app file inside Payload folder.

License

MIT

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago