For anyone using In app Updates -> Is update pr...
# android
m
For anyone using In app Updates -> Is update priority working for you?
m
Yes.
m
Can you share how do you deploy your apps?
d
I've implemented successfully in-app updates too. I was disappointed when I found out that to set the update priority, I must upload it through the Play Console API. You can't set the priority when uploading manually through the console. Also the priority is just a number and it's up to the developer how to parse that number. What exactly are you struggling with @murdock?
m
Everything works, but update priority is always 0 for some reason. I'm using https://github.com/Triple-T/gradle-play-publisher for publishing, which is basically a google play publishing api wrapped into a gradle plugin. Might be a bug on their end tho
d
sounds like something specific to the library. I wrote a python for this
m
Yeah seems like it 🙂 Thanks
For future reference here is the bug report: https://github.com/Triple-T/gradle-play-publisher/issues/913
👍 1