Detailed Analysis
A Claude iOS app user reports being unable to progress past an age verification screen, with the application becoming permanently stuck after the initial age range prompt was triggered. The user attempted multiple remediation steps — including withdrawing the shared age range data, fully uninstalling the application, and reinstalling it — yet the app continues to load directly into the frozen verification screen. The attached image link suggests a visual bug or broken UI state that persists across sessions and reinstallations, indicating the issue may be tied to cached account-level data or a server-side state rather than local app storage alone.
The core technical problem appears to involve Anthropic's age verification flow on iOS, which is likely tied to Apple's Screen Time or age-gating APIs that Apple requires developers to implement for certain app categories. When a user interacts with such a prompt, the response can sometimes be stored both locally and on the server side, meaning a simple uninstall does not fully reset the account state. If the verification handshake between the iOS system, the Claude app, and Anthropic's backend fails to complete properly, the app can become locked in a loading loop with no visible path forward for the end user.
This type of UX failure is particularly disruptive because the standard user-side troubleshooting steps — uninstalling and reinstalling the app — prove ineffective. The likely resolution would require either a server-side reset of the user's account verification state by Anthropic's support team, or a fix to the app's handling of incomplete or failed age verification responses. Users in this situation typically need to contact Anthropic support directly, as the issue is not resolvable through standard iOS app management.
The incident reflects a broader challenge facing AI application developers as they scale consumer-facing mobile products. Compliance requirements around age verification, particularly on iOS where Apple enforces strict guidelines for apps that may serve minors, introduce additional points of failure in the authentication and onboarding flow. As Anthropic continues expanding Claude's reach through native mobile applications, ensuring that edge-case failures in mandatory compliance flows do not result in permanent user lockouts becomes a critical aspect of product reliability and user retention.
Read original article →