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?
Post
Replies
Boosts
Views
Activity
Anyone? Anything?
It took some time, but here is feedback id: FB13555047.