Closed fredyshox closed 3 years ago
@fredyshox Thanks for reporting the issue. I had successfully reproduced it. I'll try to fix it as soon as possible.
@fredyshox Sorry for the delay. You were right, the Build
resource was missing the relationships
attribute.
I just pushed a fix (https://github.com/Ponytech/appstoreconnectapi/commit/0916ac75790b13cf6c89617209a1a6c2db1f16d1). Do you mind checking it out and confirm everything works for your use case?
When I try to get
preReleaseVersion
fromBuild
resource I get:I suspect this is caused by
Build
not havingrelationships
static field, like the other ones.Python 3.9.2, Version: 0.9.0, I think it was working fine on 0.8.X