Ionic Pro deploy issue related to updating the app after released in playstore/Appstore

Hi All,

Once when the app has been released in the appstore/playstore, the user will download it and start using it.
When we release an update using Ionic pro’s deploy feature, will there be any issue in updating the app. Like certificate verification, security related issues. Or will it be updated without any issue both in Playstore(android) and appstore(ios).

thankyou.

Ionic deploy doesn’t involve Android or Apple store, your app will be update “under the hood” by downloading the new version directly from Ionic Cloud.
You will need to update the version in the store only if you change or add cordova plugins.

Thankyou mrosi for your reply.