File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Analytics/Integrations/Kahuna Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,6 @@ @implementation SEGKahunaIntegration
45
45
46
46
+ (void )load {
47
47
[SEGAnalytics registerIntegration: self withIdentifier: @" Kahuna" ];
48
-
49
- // When this class loads we will register for the 'UIApplicationDidFinishLaunchingNotification' notification.
50
- // To receive the notification we will use the SEGKahunaPushMonitor singleton instance.
51
- [[NSNotificationCenter defaultCenter ] addObserver: [SEGKahunaPushMonitor sharedInstance ]
52
- selector: @selector (didFinishLaunching: )
53
- name: UIApplicationDidFinishLaunchingNotification
54
- object: nil ];
55
-
56
48
}
57
49
58
50
- (id )init {
@@ -90,6 +82,13 @@ - (void)start {
90
82
}
91
83
}
92
84
85
+ // When this class loads we will register for the 'UIApplicationDidFinishLaunchingNotification' notification.
86
+ // To receive the notification we will use the SEGKahunaPushMonitor singleton instance.
87
+ [[NSNotificationCenter defaultCenter ] addObserver: [SEGKahunaPushMonitor sharedInstance ]
88
+ selector: @selector (didFinishLaunching: )
89
+ name: UIApplicationDidFinishLaunchingNotification
90
+ object: nil ];
91
+
93
92
[super start ];
94
93
}
95
94
You can’t perform that action at this time.
0 commit comments