Our app is getting crashed while in background and refreshes/reload on background to foreground transition too easily & frequently. This is happening for lot of other apps on devices on iOS 16.0.1 & 16.0.2. This is happening too frequently even when there are only couple of app opened in background. So definitely does not seem to be memory pressure issue. Some buggy camera app on 16.0.1 & 16.0.2 is causing this.
This is happening when we use camera app and as per steps below
- Keep our app in background.
- Open camera, take photo
- Open our app & and the app refreshes
Expected Behaviour: App should not refresh and restore itself to previous state.