This repository was archived by the owner on Feb 2, 2021. It is now read-only.
v0.11.0
·
1094 commits
to master
since this release
New Features
- Added method to map Android ports for debugging:
devicesService.mapAbstractToTcpPort(deviceIdentifier: string, appIdentifier: string) - Added method to get applications available for debugging:
devicesService.getApplicationsAvailableForDebugging(deviceIdentifier: string)
Fixed
- Bplist parsing fails in 0.10.1 due to many data handlers.
- Several iOS related file system operations may fail, but succeed in case you retry them. Add logic for retrying.
- When
isApplicationInstalledis called, in case the internal cache is not populated, it was always returning false. Fix it to populate the cache in this case. - Socket opened for iOS device connection is not closed when checking for application updates.
- Futures left behind error is raised when transferring files to iOS device and
ensureDevicePathExiststhrows error.