Post

Replies

Boosts

Views

Activity

Reply to targetContentIdentifier on NSUserActivity nil on Handoff
I can observe the same effect when restoring scenes after app being closed (by user or through crash) on iPad simulator, iOS 15.5. Scenario is as follows: Start new scene with activity containing targetContentIdentifier Send scene to background -> stateRestorationActivity(for:) is called, where activity scene was started with is returned (targetContentIdentifier is still there). App crashes App is restarted, but activity received in scene(:willConnectTo:options:) does not have anymore targetContentIdentifier in session.stateRestorationActivity. Can anyone comment on that - is this correct behaviour or is this a bug?
May ’22