iOS 13更新后,提醒应用x-apple-reminder://
的网址方案不再起作用。
NSString *url = @"x-apple-reminder://";
NSURL *URL = [NSURL URLWithString:url];
[[UIApplication sharedApplication] openURL:URL];
如何找到新的网址方案?我在网上搜索,但找不到任何内容。
答案 0 :(得分:1)
iOS13
中提醒应用的新URL为x-apple-reminderkit://
。