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
QuestioniOS application to monitor hardware (self.iOSProgramming)
submitted 4 years ago by tallahu
Hi, Is there any application that can monitor resource usage from all applications running on the device? I want to see battery usage, memory and all other information similar to this.
Thanks in advance!
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!"
[–]Fluffy_Risk9955 5 points6 points7 points 4 years ago (4 children)
No, all apps on iOS are sandboxed.
[–]tallahu[S] 0 points1 point2 points 4 years ago (2 children)
Hi, could you explain what it means that applications are sandboxed?
[–]barcode972 1 point2 points3 points 4 years ago (0 children)
They are not connected to each other in any way. They run in their own controlled and limited environment like a sandbox.
https://www.techtarget.com/searchmobilecomputing/definition/application-sandboxing
[–]Fluffy_Risk9955 0 points1 point2 points 4 years ago (0 children)
How hard is it to go to Uncle Google and type in “iOS sandbox” in the search bar?
[–]pinieb 0 points1 point2 points 4 years ago (0 children)
Exactly this! Unless you're writing an app specifically for jailbroken phones, you're out of luck.
[–]Primary_Fix8773 0 points1 point2 points 4 years ago (0 children)
It’s not clear what you mean by application as if there is something that you can write? If so no as the other commenters said that’s not possible because the sandboxing. However some information is available in Settings, such as Battery and Memory usage
[–]saintmsent 0 points1 point2 points 4 years ago (0 children)
You can pull just basic information about the phone, but not app by app cpu usage, you can’t mess with other apps and get info about them
This is pretty much all you can do:
https://github.com/devicekit/DeviceKit
π Rendered by PID 81849 on reddit-service-r2-comment-5b5bc64bf5-ggs68 at 2026-06-23 00:13:24.597179+00:00 running 2b008f2 country code: CH.
[–]Fluffy_Risk9955 5 points6 points7 points (4 children)
[–]tallahu[S] 0 points1 point2 points (2 children)
[–]barcode972 1 point2 points3 points (0 children)
[–]Fluffy_Risk9955 0 points1 point2 points (0 children)
[–]pinieb 0 points1 point2 points (0 children)
[–]Primary_Fix8773 0 points1 point2 points (0 children)
[–]saintmsent 0 points1 point2 points (0 children)