In my iOS Application, When I swipe kill the app and launch it again immediately, snapshot of the app (when it was swipe killed )appears briefly before the launch image(Splash screen).
Steps to Reproduce:
1. Launched application
2. Double tap the home button and swipe killed the application
3. Immediately launch the application again.
Tried adding ignoresnapshotonnextapplicationlaunch() in all the states of application. But it did not work.
How do I use this method and where should I use this method to prevent the snapshot being appeared?
Or is there any alternative method to prevent this issue.
Expected Behavior:
The snapshot of the screen in which the app was swipe killed should not appear before launch image
Actual Behavior:
The snapshot of the screen, when the app was killed, appears briefly before splash screen appears