I tried searching the forums but I couldn’t find anything.
I just noticed that on iOS 8 I am no longer receiving OnApplicationPause() when a UIAlertView from the system is shown. For example, the Apple In App purchase confirmation popup or the Camera Privacy Confirmation UIAlertView.
If I run the same build on iOS7 I receive OnApplicationPause in these instances.
Is anyone else seeing this behaviour? Is this working as expected?
@eric_budge just to note, I’ve just tested on my iPad mini and I do receive OnApplicationPause() there. My guess is that it’s a bug in the iPhone beta build of iOS 8… Bit of a gamble though, I can’t see any way to check logged iOS8 bugs…
@eric_budge - thanks for the heads up! I can also confirm that this is now working correctly (using the same build that wasn’t working before), they must’ve fixed the bug in iOS 8.