在iOS中运行30秒后,是否可以从通知中心清除特定应用的通知?

时间:2019-02-10 05:54:14

标签: push-notification swift4 notificationcenter

我每15分钟就会收到来自服务器的推送通知。如果我的应用处于后台或非活动状态,则通知将按预期放置在通知中心。 我需要在30秒后清除通知,以避免调用下面的UIApplication委托方法。

func application(_ application:UIApplication, didReceiveRemoteNotification userInfo:[AnyHashable:任意],    fetchCompletionHandler completeHandler:@escaping(UIBackgroundFetchResult)-> Void)

0 个答案:

没有答案