ios-automation-helper

1.0.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i ios-automation-helper

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

5.61 kB

Total Files

8

Last publish

Collaborators

  • vish1067