How to enable in-app updates in Ionic app. (React based) in both Android and IOS

I want to know How to enable in-app updates in the Ionic app. (React based) in both Android and IOS?
Someone is here to help explain how to do that?

Only Android supports in-app updates: In-app updates  |  Android Developers (see also this SO answer)

For this, you can use this plugin: Capacitor App Update Plugin - Capawesome

Disclaimer: I am the maintainer.

So, there is a way to achieve this in the IOS platform? @robingenz

As i said, only Android supports in-app updates.