- (fix) iOS now correctly updates the version label on deploy extraction
- Added
getMetadata
method to fetch deploy metadata - Added
getVersions
andremoveVersion
methods. They will allow you to manage the deploys currently on the device. - (fix) iOS deploys will now give a download error if the app goes into the background while downloading a deploy.
- (fix) Excluding deploys from iOS cloud backups
- (fix) iOS rollbacks now behave the same as android
- Changed plugin id from
com.ionic.deploy
toionic-plugin-deploy
- Adding deploy info. Fixes #11
- Fix for ios deploys not sticking around after force quitting. Fixes #21
- Firing error callback in the event the deploy check is unable to receive a valid response. Fixes #14
- Removed StandardCharset dependency to support older Android platforms. Fixes #19