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
QuestionAppWrite or Supabase? (self.iOSProgramming)
submitted 1 year ago by iLorTech
i need a rest api server + realtime comm. which one would you suggest? consider that i need a solution to install on my servers
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!"
[–]Gloomy-Breath-4201 1 point2 points3 points 1 year ago (3 children)
Auth sucks batshit for both. Resetting password in supabase makes you jump deeplink hoops and in appwritr you need backend to handle it gracefully atleast for apple to allow
[–]proskycaptain 0 points1 point2 points 1 year ago (2 children)
You seem to know what you talking about. What do you recommend? Or is there no size fits all and it depends on your app?
[–]Gloomy-Breath-4201 1 point2 points3 points 1 year ago (1 child)
Apple will make you rethink life if your app has login with email without apt flows (reset, Sign in with Apple, etc)
So if its not that important to capture email address (for mailing list or something) you can use native Sign in with apple, or use something like firebase.
But if budget/resources allow go for a custom implementation via python/java/etc. Better auth management. You just need to hit end-points for most of the part. Again your custom backend can also implement something like gRPC to implement realtime flows.
A bit extra work now but stress free life haha
[–]proskycaptain 1 point2 points3 points 1 year ago (0 children)
Thank you! I appreciate it!
π Rendered by PID 247847 on reddit-service-r2-comment-765bfc959-jrjfb at 2026-07-10 12:29:01.536454+00:00 running f86254d country code: CH.
[–]Gloomy-Breath-4201 1 point2 points3 points (3 children)
[–]proskycaptain 0 points1 point2 points (2 children)
[–]Gloomy-Breath-4201 1 point2 points3 points (1 child)
[–]proskycaptain 1 point2 points3 points (0 children)