Message Metrics
Using MBMessagesSwift
gives you also the chanche to collect informations about your user and the push, those will be displyed on the MBurger dashboard. As described in the prervious paragraph, in order for this to function, you have to tell MBMessagesSwift
that a push has arrived, if you've already done it in the step above you're fine, otherwise you need to add MBMessages.userNotificationCenter(willPresent: notification)
and MBMessages.userNotificationCenter(didReceive: response)
to your UNUserNotificationCenterDelegate
class.
Last updated