Skip to content

Commit 72695ee

Browse files
Apply suggestion from @YogendraShelke
1 parent 71ab5f4 commit 72695ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class AppDelegate: ReactAppProvider {
5858
}
5959

6060
override func applicationWillTerminate(_ application: UIApplication) {
61-
SessionCookieStore.persist()
61+
SessionCookieStore.persist() // iOS does not persist session cookies across app restarts, this help persisting session cookies to match behaviour with Android
6262
}
6363

6464
override func applicationDidEnterBackground(_ application: UIApplication) {

0 commit comments

Comments
 (0)