How to Display Version number on Ionic iOS using capacitor

I have in project there is screen setting where we need to display build version of iOS
like , build Version :0.2.15

how can I achieve its ionic 6 and using capacitor how can we get it

1 Like

You can use the Capacitor App plugin and getInfo.

1 Like