asadkazmi-mset

Results 2 comments of asadkazmi-mset

I updated my segment analytics to the swift version from Obj-c using SPM. After updating I cannot find 'SEGAnalyticsIntegrationDidStart' in the scope, can anyone guide me on what can I...

@piotrtobolski I have used the notification 'io.segment.analytics.integration.did.start', but the corresponding observer is not being called ``` notificationCenter.addObserver(self, selector: #selector(integrationDidStart(_:)), name: NSNotification.Name(rawValue: "io.segment.analytics.integration.did.start"), object: nil) ```