Hi,
Not sure if this is a bug or not but I had my app showing on the screen (in debug mode) and while it was showing on the screen I pressed the power button on my phone so it turns the screen off and put it in standby mode.
The following code then showed in the IDE Log:
** -[UIApplication _handleNonLaunchSpecificActions:forScene:withTransitionContext:completion:] ** unhandled action -> <FBSSceneSnapshotAction: 0x145ca7d0> {
handler = remote;
info = <BSSettings: 0x145c8aa0> {
(1) = 5;
};
}
Application_Inactive
Application_Background
Was the following code meant to show?
** -[UIApplication _handleNonLaunchSpecificActions:forScene:withTransitionContext:completion:] ** unhandled action -> <FBSSceneSnapshotAction: 0x145ca7d0> {
handler = remote;
info = <BSSettings: 0x145c8aa0> {
(1) = 5;
};
}
Running B4i IDE version 2.30 Beta #1