Skip to content

Commit 159d3a0

Browse files
authored
Merge pull request #1324 from BranchMetrics/INTENG-19489-Fix-organic-open-on-warm-start
the SDK state clear happened with the old close call
2 parents 8e353a9 + aa1259f commit 159d3a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Branch-TestBed/Branch-TestBed/Branch-TestBed-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<key>branch_key</key>
5555
<dict>
5656
<key>live</key>
57-
<string>key_live_feebgAAhbH9Tv85H5wLQhpdaefiZv5Dv</string>
57+
<string>key_live_hcnegAumkH7Kv18M8AOHhfgiohpXq5tB</string>
5858
<key>test</key>
5959
<string>key_test_hdcBLUy1xZ1JD0tKg7qrLcgirFmPPVJc</string>
6060
</dict>

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)