this post was submitted on 16 Aug 2023
14 points (100.0% liked)

Mlem for Lemmy

5506 readers
42 users here now

Official community for Mlem, a free and open-source iOS Lemmy client.

Rules

  1. Keep it civil.
  2. This is a forum for discussion about Mlem. We welcome a degree of general chatter, but anything not related to Mlem may be removed at moderator discretion. This is not a forum for iPhone/Android debate. Posts and comments saying nothing but "iOS bad/I use Android" will be removed as off-topic.
  3. We welcome constructive criticism, but ask that it be both precise and polite.

FAQ

Download Mlem for iOS

GitHub

Website

Donate to Mlem

founded 1 year ago
MODERATORS
 

Would it be possible to update the TestFlight build whenever a new build is pushed to the App Store? This way, TestFlight users won't have to switch to the App Store version because the TestFlight version would always be at least as new.

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 12 points 1 year ago

Oh yeah, whoops! Bumped the build, it should be the same in both now.

Normally the deployment strategy is to merge the TestFlight tagged code into master once we're ready to submit, then rebuild from master and submit that build--it's a "different build" but the exact same code. This time we ran into some Apple Review snags (they wanted a way to permanently delete your Lemmy account from within the app), so we had to hotfix that on master and forgot to release that to back to the TestFlight.

[–] [email protected] -2 points 1 year ago (1 children)

Why not just use the stable App Store version instead of the bleeding edge Test Flight build? Isn’t Test Flight for testing purposes and hence likely to contain more bugs? Fixes should be merged back into the stable branch.

[–] [email protected] 8 points 1 year ago (1 children)

Yes it's for testing, but there's not much point in testing an outdated build.

[–] [email protected] 2 points 1 year ago

Right, but there’s a stable release. If there’s more issues to test, there will be a new test flight. Why have stable builds released under test flight?