iPhone 14 Pro + iOS 17.0.2. Cookies are not getting added to Web Requests
On the above device model, cookies stored in WKWebCookieStore are not automatically added to web view requests. This bug is happening only after upgrading the device to iOS 17.0.2 on my iPhone 14 pro. Other devices with same OS version are not having this issues.
Anyone has faced this issue and possible solve for this?
Post
Replies
Boosts
Views
Activity
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.