[AC-344] iOS 9 - App throws error when Sleep/Wake button pressed
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Not Our Bug |
Resolution Date | 2015-11-29T09:54:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | ios |
Reporter | Donovan Lewis |
Assignee | Mostafizur Rahman |
Created | 2015-09-11T03:30:03.000+0000 |
Updated | 2015-11-29T09:54:16.000+0000 |
Description
I'm testing on a iPad with iOS 9 GM. When I build an app to my device and push the sleep/wake button when the app is open I get the following error.
[INFO] : ** -[UIApplication _handleNonLaunchSpecificActions:forScene:withTransitionContext:completion:] ** unhandled action -> <FBSSceneSnapshotAction: 0x1acbc010> {
[INFO] : handler = remote;
[INFO] : info = <BSSettings: 0x18fcfd00> {
[INFO] : (1) = 5;
[INFO] : };
[INFO] : }
The app does not crash and seems to work just fine. Its only when doing the sleep/wake button if I push the home button I do not get the error.
No comments