Is it possible to downgrade the Android and iOS versions defined by the capacitor? #4293
Unanswered
caarloshenrique
asked this question in
Q&A
Replies: 1 comment
-
On Android you can change the Similar thing for iOS, while you can technically downgrade the deployment target to install in older iOS versions, the apps won't work because Capacitor uses some features that weren't available before. And on both cases there are a lot of possibilities that the codes doesn't even compile when you downgrade the minimum versions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the documentation states that the Capacitor 2.0 supports Android 5.0 or higher and iOS 11+. Is it possible to downgrade to use the project in previous versions?
Beta Was this translation helpful? Give feedback.
All reactions