pebble-dev / rebble-appstore-api

A quick reimplementation of api2/appstore-api
MIT License
13 stars 4 forks source link

New app release api is mistakenly enforcing versionCode #15

Closed Willow-Systems closed 2 years ago

Willow-Systems commented 2 years ago

When submitting a new release for an app (and possible a new app), the dev portal rejects apps who's appinfo.json doesn't have versionCode in it.

This is old pre-package.json stuff and isn't required. Remove this requirement.

Just need to remove line 316 of utils https://github.com/pebble-dev/rebble-appstore-api/blob/master/appstore/utils.py#L316

Willow-Systems commented 2 years ago

Fixed in #18