Skip to content

freedombycrypto/iOSHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published