Unity 4.5.3 + Xcode 5.1.1, No OnApplicationPause() on iOS8 for alerts?

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?

Thanks!

1 Like

@eric_budge did you get anywhere with this? I’m experiencing the same behaviour

@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…

Tell a lie, I don’t think I do. Must be a general iOS8 bug.

Building with the new XCode6 and iOS8 GM Seed (released yesterday) fixed this issue for us!

@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.