Return to the field

04 / 1465 B / LIVE

Tiniary

A milestone journal for iOS.

Size: UTF-8 reading content in bytes.

Status

Live on the App Store since 2026-08-26.

PURPOSE

Tiniary is for people recording milestones on iOS. The job is to keep a journal of those milestones.

CONSTRAINT

App Review was a release gate for version 1.0. A healthy backend was insufficient when the empty-password response looked like a server failure to the reviewer.

FAILURE

An empty password produced the generic message: could not complete that request. App Review rejected version 1.0 because the message read as a server failure, even though the backend was healthy. The rejection date is unspecified.

WHAT BROKE

The empty-password path returned a generic request failure, causing App Review to reject version 1.0 despite a healthy backend. Field-level messages fixed it in build 11; neither the rejection date nor the build 11 date is specified.

DECISION

Build 11 replaced the generic response with field-level messages. The change addressed the misleading explanation of an empty password that had blocked review.

RESULT

Tiniary has been live on the App Store since 2026-08-26. Its suite contained 357 tests on 2026-08-24, two days before that launch.

EVIDENCE

The 357 tests record suite size on 2026-08-24, not coverage. The count alone does not prove that validation messages explain failures clearly. No revenue or user figures are published.

SYSTEM

The journal runs as an iOS app with a backend. Password validation uses field-level messages following the build 11 change; the backend was healthy during the reported rejection.