diff --git a/Branch-TestBed/Branch-TestBed/Branch-TestBed-Info.plist b/Branch-TestBed/Branch-TestBed/Branch-TestBed-Info.plist
index e4be1bcd3..ee2bcc7d9 100644
--- a/Branch-TestBed/Branch-TestBed/Branch-TestBed-Info.plist
+++ b/Branch-TestBed/Branch-TestBed/Branch-TestBed-Info.plist
@@ -54,7 +54,7 @@
branch_key
live
- key_live_feebgAAhbH9Tv85H5wLQhpdaefiZv5Dv
+ key_live_hcnegAumkH7Kv18M8AOHhfgiohpXq5tB
test
key_test_hdcBLUy1xZ1JD0tKg7qrLcgirFmPPVJc
diff --git a/BranchSDK/Branch.m b/BranchSDK/Branch.m
index 24bcf7ef0..a8141d687 100644
--- a/BranchSDK/Branch.m
+++ b/BranchSDK/Branch.m
@@ -1738,6 +1738,7 @@ - (void)applicationDidBecomeActive {
- (void)applicationWillResignActive {
if (!Branch.trackingDisabled) {
+ self.initializationStatus = BNCInitStatusUninitialized;
[self.requestQueue persistImmediately];
[BranchOpenRequest setWaitNeededForOpenResponseLock];
BNCLogDebugSDK(@"Application resigned active.");