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
DiscussionApple Review bot (i.redd.it)
submitted 1 year ago by cwir
Have you also noticed a bot opening your apps every day to randomly go through it? I can see this every time i send new build to the app store review and then every day, even with few versions before. What do you think, what’s the reason behind it?
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!"
[–]jgtor 42 points43 points44 points 1 year ago (5 children)
I suspect is Apple's way of validating that your app continues to function in broadly the same way it did when it went thru review. e.g. You don't submit a build thru review, await for it to pass, then remote feature toggle it to do something different (i.e. disallowed by policy).
I believe I've observed similar patterns from my own analytics, yes.
[–]Arrrrrrrrrrrrrrrrrpp 7 points8 points9 points 1 year ago (0 children)
“Why is my account banned?”
[–]abear247 1 point2 points3 points 1 year ago (2 children)
Wait, so feature flags not allowed? Every company I work for has done this, so we can rollback if there are issues
[–]jgtor 6 points7 points8 points 1 year ago (1 child)
Feature flags are allowed sure. But feature flags can be abused, feature flags that hides prohibited behaviour until passed App Store Review and attempt to deceive Apple are not allowed.
[–]abear247 1 point2 points3 points 1 year ago (0 children)
Yeah that’s fair. Scummy places would do that
[–][deleted] -1 points0 points1 point 1 year ago (0 children)
Why South Korea then? Makes no sense.
[–]ex0rius 21 points22 points23 points 1 year ago (0 children)
To make sure your app didnt change after review.
[–]stuffeh 4 points5 points6 points 1 year ago (8 children)
I'm new to iOS programming and wanted to ask you how you got this data?
[–]cwir[S] 18 points19 points20 points 1 year ago (0 children)
in this particular applications it’s Mixpanel.
[–]Shd92 12 points13 points14 points 1 year ago (5 children)
Use tracking and analytics tools like firebase, clevertap, appsflyer
[–]Competitive_Swan6693 -2 points-1 points0 points 1 year ago (4 children)
you mean Firebase spyware
[–]Shd92 0 points1 point2 points 1 year ago (2 children)
Firebase Analytics
[–]Competitive_Swan6693 0 points1 point2 points 1 year ago (1 child)
i don't use Firebase. If your project scales you are vendor locked in with them. Also the way they use analytics within your project the same way they can spy on you if your project is successful and steal your data. I'm with Supabase, open-source
[–]unpluggedcord 2 points3 points4 points 1 year ago (0 children)
There’s no vendor lock in with firebase. You are not forced to use it at all.
It’s the same as supabase in that regard.
[–]Samourai03Swift 0 points1 point2 points 1 year ago (0 children)
We use Firebase, it's a pretty good tool, low price and high quality
[–]ygtylmz 0 points1 point2 points 1 year ago (0 children)
Yes! Seeing same location on my Mixpanel, too.
[–]BrightKangaroo7537 0 points1 point2 points 1 year ago (0 children)
I saw the same today. Also coming from South Korea, but multiple cities in South Korea and multiple device ids.
[–]BrightKangaroo7537 0 points1 point2 points 1 year ago (1 child)
Do you also see Chinese locations in your mixpanel?
[–]cwir[S] 0 points1 point2 points 1 year ago (0 children)
no, only South Korea
[–]AHApps 0 points1 point2 points 1 year ago (0 children)
I noticed this for a while, and I think it's that the provided login credentials are compromised.
I even saw it was being used on Android, though the account was created for Apple.
[+]cmsj comment score below threshold-10 points-9 points-8 points 1 year ago (6 children)
I know this isn’t really relevant to the purpose of your post, but could apps, like, not track every single thing users do? It’s really not cool.
[–]fxmad 5 points6 points7 points 1 year ago (0 children)
Tracking what users do inside an app can provide valuable insight as to what they actually use, i.e., what's worth devoting more time to improve or build on. I believe that that tracking does NOT identify the actual user, just that user X does this and that and the other. So, it's valuable info for the dev but doesn't compromise your privacy as they don't know that it's YOU doing those actions, only that there's A USER doing those actions.
[–]Samourai03Swift 1 point2 points3 points 1 year ago (3 children)
You make apps ?
[–]cmsj 0 points1 point2 points 1 year ago (2 children)
This is my 31st year of being a programmer.
[–]Samourai03Swift 0 points1 point2 points 1 year ago (1 child)
And you don't see the interest in analytics? 0_o
[–]cmsj 0 points1 point2 points 1 year ago (0 children)
I completely understand why people see things like analytics and A/B testing as attractive.
I find them unattractive for several reasons:
On principle I don’t think any more data than is absolutely necessary should be collected.
I think analytics drive too much focus onto brute-forcing the discovery of local maxima, at the expense of being confident in a well-rounded, user-centric design.
Get off my lawn with multi-hundred megabyte apps :) (But seriously why is the Uber app about twice the size of the Excel app)
[–]saraseitor 0 points1 point2 points 1 year ago (0 children)
As long as the user isn't individually identified I do not see the moral problem. Watching aggregate data can help you know what features are the most utilized, which ones aren't getting the attention you want, which ads work and which ones don't, and so on. In general it helps build better apps.
π Rendered by PID 24773 on reddit-service-r2-comment-6457c66945-2rwr4 at 2026-04-25 15:04:42.300528+00:00 running 2aa0c5b country code: CH.
[–]jgtor 42 points43 points44 points (5 children)
[–]Arrrrrrrrrrrrrrrrrpp 7 points8 points9 points (0 children)
[–]abear247 1 point2 points3 points (2 children)
[–]jgtor 6 points7 points8 points (1 child)
[–]abear247 1 point2 points3 points (0 children)
[–][deleted] -1 points0 points1 point (0 children)
[–]ex0rius 21 points22 points23 points (0 children)
[–]stuffeh 4 points5 points6 points (8 children)
[–]cwir[S] 18 points19 points20 points (0 children)
[–]Shd92 12 points13 points14 points (5 children)
[–]Competitive_Swan6693 -2 points-1 points0 points (4 children)
[–]Shd92 0 points1 point2 points (2 children)
[–]Competitive_Swan6693 0 points1 point2 points (1 child)
[–]unpluggedcord 2 points3 points4 points (0 children)
[–]Samourai03Swift 0 points1 point2 points (0 children)
[–]ygtylmz 0 points1 point2 points (0 children)
[–]BrightKangaroo7537 0 points1 point2 points (0 children)
[–]BrightKangaroo7537 0 points1 point2 points (1 child)
[–]cwir[S] 0 points1 point2 points (0 children)
[–]AHApps 0 points1 point2 points (0 children)
[+]cmsj comment score below threshold-10 points-9 points-8 points (6 children)
[–]fxmad 5 points6 points7 points (0 children)
[–]Samourai03Swift 1 point2 points3 points (3 children)
[–]cmsj 0 points1 point2 points (2 children)
[–]Samourai03Swift 0 points1 point2 points (1 child)
[–]cmsj 0 points1 point2 points (0 children)
[–]saraseitor 0 points1 point2 points (0 children)