Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cordova version is too low to deploy applications on the Play Store #12448

Open
mathiasbie opened this issue Jan 16, 2023 · 9 comments · Fixed by #12785 · May be fixed by #12518
Open

Cordova version is too low to deploy applications on the Play Store #12448

mathiasbie opened this issue Jan 16, 2023 · 9 comments · Fixed by #12785 · May be fixed by #12518

Comments

@mathiasbie
Copy link

As of January 1, 2023, Android no longer accepts apps with version lower than 31. However, Cordova is only compatible with versions greater than 31 on version 11. Therefore, it would be necessary to update Cordova to version 11. I can try to make my first PR to do this.

@StorytellerCZ
Copy link
Collaborator

Go ahead @mathiasbie

@mathiasbie
Copy link
Author

Go ahead @mathiasbie

ok !

@RedDeathAt614
Copy link

Hi! Any status on this? :)

@RedDeathAt614
Copy link

For anybody stumbling upon this it appears that one can get around this issue by adding

App.setPreference(‘android-minSdkVersion’, ‘22’); App.setPreference(‘android-targetSdkVersion’, ‘31’);

to mobile-config.js. At least my app can now upload to the Play Store without any warnings (haven't tested it on a phone yet though).

@StorytellerCZ
Copy link
Collaborator

@Grubba27 we need to up Cordova version for the next Meteor release.

@Grubba27
Copy link
Contributor

If you can fill up a PR for this! We are still on release candidate. I plan on making a new release next week

@StorytellerCZ StorytellerCZ linked a pull request Feb 21, 2023 that will close this issue
@StorytellerCZ StorytellerCZ linked a pull request Feb 21, 2023 that will close this issue
@namenotrequired
Copy link
Contributor

Has @RedDeathAt614's solution worked for anyone? I cannot install or open my app when I do this

@msavin
Copy link

msavin commented Jun 16, 2023

Has this issue been resolved?

@coachdan
Copy link

@msavin - I don't believe so. There is a PR here but not ready - #12518 ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
7 participants