For anyone using In app Updates -> Is update priority working for you?
m
Muhammad Aqib
02/01/2021, 9:46 AM
Yes.
m
murdock
02/01/2021, 9:48 AM
Can you share how do you deploy your apps?
d
dephinera
02/01/2021, 8:36 PM
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
murdock
02/01/2021, 8:40 PM
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
dephinera
02/01/2021, 8:51 PM
sounds like something specific to the library. I wrote a python for this