[TIMOB-19454] iOS: info/warn level "unhandled action FBSSceneSnapshotAction" when locking iOS 9 device
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Closed |
| Resolution | Not Our Bug |
| Resolution Date | 2015-09-02T08:15:11.000+0000 |
| Affected Version/s | Release 5.0.0 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Fokke Zandbergen |
| Assignee | Eric Merriman |
| Created | 2015-09-02T08:14:47.000+0000 |
| Updated | 2017-03-17T17:55:10.000+0000 |
Description
When you (auto) lock your device a Titanium app will log (sometimes at WARN-level):
[INFO] ** -[UIApplication _handleNonLaunchSpecificActions:forScene:withTransitionContext:completion:] ** unhandled action -> <FBSSceneSnapshotAction: 0x12cd81b00> {
[INFO] handler = remote;
[INFO] info = <BSSettings: 0x12cdf4010> {
[INFO] (1) = 5;
[INFO] };
[INFO] }
This seems to be not our bug but Apple's:
* https://github.com/mapbox/mapbox-gl-native/issues/2172
* http://stackoverflow.com/questions/32344082/handlenonlaunchspecificactions-error-in-ios9
Still happening in the iOS9 + Xcode 7 GA, but it is still an Apple bug as discussed in Stackoverflow and the Apple dev community board.
Closing ticket as the issue is not our bug.