You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the userFraction parameter is not set, the release overview in PlayStore shows a default rollout percentage of 1% instead of the expected 100% (see image below).
That's an interesting one. In theory, that's impossible, since we default to a "complete" rollout, which cannot have a user fraction set (Google Play forces 100%, it's an error to even specify it).
Does this happen consistently? If so, please try enabling debug logging and share the output
Sorry for leaving this here for so long. So, it turns out that the userFraction parameter is ignored by Play Developer API if the release status is set to draft, which is what I had. It seems to default to 1%. If set to completed, everything works fine. It was just a misunderstanding from my part that I only got clarified once I read the API's documentation. Maybe it's a good idea to leave that clear in the README to remove any confusion from future users, but I'll leave that up to you 🙂
Describe the bug
When the
userFraction
parameter is not set, the release overview in PlayStore shows a default rollout percentage of 1% instead of the expected 100% (see image below).Workflow Step Configuration
Step Debugging
The text was updated successfully, but these errors were encountered: