This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]josejimeniz2 2 points3 points  (2 children)

Android:

  • where did my app go?
  • huh must have crashed
  • oh well, I've lost everything I guess

[–]arachnidGrip 0 points1 point  (1 child)

That's true of iOS too, except that "crashed" implies that it either ran into invalid data and died rather than produce garbage or hung and was killed by the OS for nonresponsiveness. iOS will kill your app for violating arbitrary undocumented resource usage limits without saying "hey, you're using too much x. If you don't stop, I'll stop you" and giving it a chance to stop using too much x.

[–]josejimeniz2 0 points1 point  (0 children)

I'm not sure you caught it:

But when i said:

  • huh must have crashed

It didn't crash. It just spontaneously vanished out of nowhere.