iOS 13 提醒应用 url 方案不起作用

Naz*_*Naz 1 reminders url-scheme ios ios13

iOS 13 更新后,提醒应用的 url 方案x-apple-reminder://不再起作用。

        NSString *url = @"x-apple-reminder://";
        NSURL *URL = [NSURL URLWithString:url];
        [[UIApplication sharedApplication] openURL:URL];
Run Code Online (Sandbox Code Playgroud)

如何找到新的 url 方案?我在网上搜索,但我找不到任何东西。

Naz*_*Naz 5

中提醒应用程序的新网址iOS13x-apple-reminderkit://