Skip to content

iOS 1.0 (build 50)

Choose a tag to compare

@ewanc26 ewanc26 released this 18 Aug 18:39
· 36 commits to main since this release
a5e7efe

Backdated release, created retroactively when the ios-v*/android-v* tagging convention was introduced. This tag points at the last commit shipping MARKETING_VERSION 1.0 / build 50 (DPoP nonce pre-warming fix for OAuth token exchange).

The attached IPA is fetched from the currently live AltStore download URL, which is shared between the build 49 and 50 entries in source.json — it may be either build, not verifiably build 50 specifically.

Fixes OAuth token exchange failures on PDS providers that don't expose DPoP nonces on GET requests. The token endpoint is now pre-flown via POST with a sanitized body to obtain the nonce before presenting the real authorization code, preventing invalid_grant errors on retry.