Various utilities to managing Android and iOS app builds, code signing, and deployment.
GNU General Public License v3.0
261
stars
42
forks
source link
Bugfix: Do not require `detail` field from App Store Connect API error #316
Closed
priitlatt closed 1 year ago
App Store Connect API can respond with error response that has payload like
Currently it is expected that each error contains a field
detail
, which might be missing. Make it optional to cope with such response payloads.