Hi,
Am running OF0073 and noticed that when closing the app (i.e. move to background mode) the OF lostFocus method was being called twice…
So I tried commenting out…
ofxiPhoneAlerts.addListener(this);
…which has been in my setup method every since it was a baby OF0061 app. And now it seems to have fixed the double lostFocus call.
But am wondering if this is ok to do? I guess it’s an OF006x -> OF007x thing? Will I miss out on any important system notifications?