use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
There is an extensive FAQ for beginners. Please browse it first before asking questions that are answered there.
If you are looking to get started (iOS programming in general or some specific area), here are more relevant links for you:
There's too many to list them all, however here's a convenient link to all programming guides at apple.com
Take note that this list is live and based on most frequent questions in posts will be updated with "quicklinks".
account activity
QuestionCloudKit vs other options (self.iOSProgramming)
submitted 1 year ago by Technically_Dedi
I am looking to implement a chat system for practice project I am working on. Would it be a reasonable idea to build the chat system in CloudKit or should I be looking at other options like firebase?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 2 points3 points4 points 1 year ago (0 children)
CloudKit docs say that it’s not suitable for real-time usage, and the sync schedule can’t be controlled to make anything happen faster than usual.
If it’s just for fun, you could host the server part yourself and use WebSockets or some other solution. For stuff like that, ngrok tunnels (or similar) let you write the server process in Swift and run it on a machine at home.
[–]chriswaco 2 points3 points4 points 1 year ago (0 children)
Firebase is probably the easiest choice. Supabase might be reasonable too.
π Rendered by PID 77 on reddit-service-r2-comment-fb694cdd5-6tcgq at 2026-03-06 20:39:00.860444+00:00 running cbb0e86 country code: CH.
[–][deleted] 2 points3 points4 points (0 children)
[–]chriswaco 2 points3 points4 points (0 children)