coder14
coder14

Reputation: 223

Meteor update a deployed app with signed APK

I made an app using Meteor. I deployed it, and made it ready to deploy it to the Play Store using this tutorial: https://guide.meteor.com/mobile.html#submitting-android

Now I found a bug, so I want to update the app.

Do I have to start all over again now with creating new .apk files? Or is using meteor deploy MyAppName.meteor.com enough? Or is there some fast way to update the .apk files?

Yours, L

Upvotes: 2

Views: 292

Answers (1)

Vyacheslav
Vyacheslav

Reputation: 27211

You just have to sign your app using the key I have already used for the first app publishing. That is, you do not use keygenerator again just skip this step and sign the app by already generated file.

Upvotes: 1

Related Questions