Skip to content

v1.3.131

Choose a tag to compare

@topcheer topcheer released this 05 Jul 17:13
· 3919 commits to main since this release

v1.3.131

Released: 2026-07-06

Bug Fixes

  • iOS App Store Review submission — Fixed invalid API endpoint that prevented automatic review submission. The Fastfile was using a non-existent POST v1/reviewSubmissions/{id}/actions/submit endpoint. Replaced with the correct spaceship method patch_review_submission (PATCH v1/reviewSubmissions/{id} with {submitted: true}), matching Apple's App Store Connect API specification. Previous versions built and uploaded correctly but required manual submission through App Store Connect web UI.

All changes from v1.3.130

See v1.3.130 for the complete list of changes included in this release cycle.