How to integrate mixpanel / firebase rich media notification parallel in NotificationService facing the issue of both calling the same NotificationService file
// Mixpanel extent menthod
class NotificationService: MPNotificationServiceExtension { }
// Firebase extent menthod
class NotificationService: UNNotificationServiceExtension { }
Have any mixpanel method like firebase call on base of payload?
FIRMessagingExtensionHelper().populateNotificationContent(bestAttemptContent, withContentHandler: contentHandler)
Hi @atifsaeed14 , we are deprecating Messaging and Mobile A/B testing features(more details), please contact our support if you need to continue the conversation. Sorry for the inconvenience.
How to integrate mixpanel / firebase rich media notification parallel in NotificationService facing the issue of both calling the same NotificationService file
// Mixpanel extent menthod class NotificationService: MPNotificationServiceExtension { }
// Firebase extent menthod class NotificationService: UNNotificationServiceExtension { }
Have any mixpanel method like firebase call on base of payload? FIRMessagingExtensionHelper().populateNotificationContent(bestAttemptContent, withContentHandler: contentHandler)