Beu*_*Beu 9 objective-c ios unnotificationserviceextension
我在我的应用程序中启用了 NotificationServiceExtension。并做了以下
以下是我的 NotificationService 的didReceiveNotificationRequest方法
- (void)didReceiveNotificationRequest:(UNNotificationRequest *)request withContentHandler:(void (^)(UNNotificationContent * _Nonnull))contentHandler {
self.bestAttemptContent = [request.content mutableCopy];
self.bestAttemptContent.badge = @20;
self.contentHandler(self.bestAttemptContent);
}
不知道我在这里缺少什么。搜索并关注了这么多文件。似乎没有任何工作。
我正在使用 XCode 11.2.1 和带有 ios 版本 13 的真实设备。
| 归档时间: | 
 | 
| 查看次数: | 95 次 | 
| 最近记录: |