Remove call notifications on various points

This commit is contained in:
ismailgulek
2020-08-10 18:20:02 +03:00
parent c805f26fd7
commit bf09b7e419
4 changed files with 22 additions and 0 deletions
@@ -137,6 +137,12 @@
[[UNUserNotificationCenter currentNotificationCenter] removeUnwantedNotifications];
}
- (void)applicationDidBecomeActive
{
[[UNUserNotificationCenter currentNotificationCenter] removeUnwantedNotifications];
[[UNUserNotificationCenter currentNotificationCenter] removeCallNotifications];
}
#pragma mark - Private Methods
- (void)configurePushKit