Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 426 Bytes

CHANGELOG.latest.md

File metadata and controls

3 lines (2 loc) · 426 Bytes

This version has a required fix for authenticating with Apple via Apple ID. Apple started using their own variant of SRP (Secure Remote Password) using SHA-256 and 2048 bit hashing in the sign in flow. Any previous fastlane versions will likely response a "503 Service Temporarily Unavailable" when authenicating with an Apple ID.

  • [spaceship] New AppleID Auth with SRP (#26415) via Josh Holtz (@snatchev and @joshdholtz)