State restoration does not work well on iOS8.3, same code works well on iOS8.2. This problem can be reproduced by using apple sample code.
Steps to Reproduce:
- Launch app and browse to second tab
- Kill app
- Launch app again
Expected Results:
It should return to second tab as restoration result
Actual Results:
It returns to first tab, which is caused by "application:shouldRestoreApplicationState" has never been called.
Version:
iOS 8.3 12F69
Notes:
Configuration:
iPhone Simulator, iPhone 6P
Have anyone met similar issue? Is there a way to workaround it?.