Skip to content

Commit 6c32466

Browse files
committed
the SDK state clear happened with the old close call, move it to clear on background to match previous behavior
1 parent 8e353a9 commit 6c32466

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BranchSDK/Branch.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,6 +1738,7 @@ - (void)applicationDidBecomeActive {
17381738

17391739
- (void)applicationWillResignActive {
17401740
if (!Branch.trackingDisabled) {
1741+
self.initializationStatus = BNCInitStatusUninitialized;
17411742
[self.requestQueue persistImmediately];
17421743
[BranchOpenRequest setWaitNeededForOpenResponseLock];
17431744
BNCLogDebugSDK(@"Application resigned active.");

0 commit comments

Comments
 (0)