Skip to content

Commit 6b1fee2

Browse files
Apply suggestion from @YogendraShelke
1 parent 72695ee commit 6b1fee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ class AppDelegate: ReactAppProvider {
6262
}
6363

6464
override func applicationDidEnterBackground(_ application: UIApplication) {
65-
SessionCookieStore.persist()
65+
SessionCookieStore.persist() // iOS does not persist session cookies across app restarts, this help persisting session cookies to match behaviour with Android
6666
}
6767
}

0 commit comments

Comments
 (0)