alt.hn

6/3/2026 at 7:56:32 PM

PaceVer (an alternative to SemVer, for mobile apps)

https://pacever.org/

by maxloh

6/7/2026 at 5:36:36 AM

>MARKETING.NATIVE.OTA

Calendar Versioning (CalVer, YYYY.Release.Patch) fulfills the same need and you can see it in practice with Jetbrains (e.g. the latest version of IDEA is 2025.3.6).

The only difference is Jetbrains uses YYYY.R for marketing, see: "What's new In 2025.3"[1]

https://www.jetbrains.com/idea/whatsnew/2025-3/

by encodedrose

6/7/2026 at 6:23:41 AM

In the article they call out that MARKETING can be date based

by cdmckay

6/7/2026 at 5:41:34 AM

I've been using calendar versioning quite happily with my mobile apps for a while now. It reduces the amount of angst and bike-shedding that comes along with otherwise rev'ing a major version number.

by aaronbrethorst

6/7/2026 at 9:26:23 AM

For our mobile app we ended up doing YEAR.WEEK_NUMBER.BUILD. It makes it much easier for our team to know how old a version is (support, analytics, engineering). And regular users don't care about the version

by ea016

6/7/2026 at 5:02:05 AM

What’s the state of OTA updates, does Apple still prohibit them, or is it just not enforced?

by __m

6/7/2026 at 5:38:27 AM

Officially, they are allowed if they consist of interpreted code and don't significantly change the functionality of the app as reviewed. Unofficially, they probably don't have a robust enforcement mechanism.

by tadfisher