this post was submitted on 18 Aug 2025
24 points (100.0% liked)

Arctic

1069 readers
1 users here now

Arctic is a Lemmy client for iOS built on pure Swift. It currently supports iOS 15+ and Lemmy v0.17+

Get the latest version on TestFlight, or check it out on the AppStore.

If you would like to support Arctic’s development, feel free to Buy Me A Coffee

founded 2 years ago
MODERATORS
 

I don't mean to sound entitled, and I hope that the author of Arctic is in good health. But, with the TestFlight soon expiring and the AppStore version somewhat outdated, I was hoping if there would be anyone who had any news about updates? Or, should we be looking for alternatives?

you are viewing a single comment's thread
view the rest of the comments
[–] moseschrute@lemmy.ml 2 points 3 weeks ago (1 children)

Not yet. I’m trying to have Blorp not depend on any remote web server at all. I was thinking about doing local notifications, but the caveat would be 1) ~15 delay and 2) app has to be running in the background.

Not depending on a web server means lower cost/maintainer for me, and people can more easily fork my project. Then for the notification content, I’m thinking it’s a summary “15 unread replies and 2 dms”.

Is that a good enough solution or is that significantly worse than push notifications in your opinion?

[–] Wxfisch@lemmy.world 1 points 3 weeks ago

I think that’d be fine generally. I’m on Lemmy enough it’s likely to be in the background most of the time and I don’t really get a ton of notifications anyway. If it makes it more maintainable I think it’s a solid compromise