What version does iOS and Play Store support?

Hi guys!
Do you know what version of framework 7 supports iOS and Play Store, compiled with Cordova?

All Versions.
F7 it’s just the frontend View.
Is More important Cordova version.

I understand friend, thank you very much for your help.
And abusing a little of your knowledge, do you know how I generate the .aab framework7 cli?

Thanks in advance, friend.

You need to do it with Cordova.
https://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html#using-flags

Example You should build your app using

cordova build android --release -- --packageType=bundle

Define packageType=bundle.

2 Likes

Thank my friend, you help me.