冷傲秋天

文章
5
资源
0
加入时间
2年10月18天

iOS12 shouldAlwaysAlertWhileAppIsForeground闪退

在iOS12这样设置会闪退UNMutableNotificationContent *content = [[UNMutableNotificationContent alloc] init];[content setValue:@(YES) forKeyPath:@"shouldAlwaysAlertWhileAppIsForeground"];这样做的目的通常是为了在前台收到推送通知,...