I am trying to fix a bug in my code, and am hoping someone can point me in the right direction. If my app goes into the background, and gets resumed by the user just going into "apps" and selecting my app, everything works fine.
However, if they put it into the background and resume it by holding down the home button, and selecting it from the recent apps list, I get a bug. I was under the impression these two actions should do the exact same thing?
Does anyone know what the difference is between resuming an app from the normal list of apps, vs resuming it by holding the home button down and then selecting the it from that list?