We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9168d24 commit 620887cCopy full SHA for 620887c
example/ios/KlaviyoReactNativeSdkExample/AppDelegate.mm
@@ -34,7 +34,9 @@ - (BOOL)application:(UIApplication *)application
34
}
35
36
// Start monitoring geofences from background
37
- [KlaviyoBridge monitorGeofencesFromBackground];
+ dispatch_async(dispatch_get_main_queue(), ^{
38
+ [KlaviyoBridge monitorGeofencesFromBackground];
39
+ });
40
41
// refer to installation step 16 below
42
NSMutableDictionary *launchOptionsWithURL =
0 commit comments