Frank Salinas

Results 3 comments of Frank Salinas

you can change the behavior in your app delegate: ``` // Called when a notification is delivered to a foreground app. -(void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(UNNotificationPresentationOptions options))completionHandler { completionHandler(UNNotificationPresentationOptionSound...

As users of this library, this is particularly useful for us in wiring up business analytics to track successful + failed calls when leveraging the `addNotificationRequest` method

@Naturalclar makes sense, are you looking for other maintainers/contributors? We make use of the project at my work so we're invested in maintaining and improving it as we encounter new...