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

iOS 13 reminders app url scheme does not work

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

        NSString *url = @"x-apple-reminder://";
        NSURL *URL = [NSURL URLWithString:url];
        [[UIApplication sharedApplication] openURL:URL];

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

iOS13 中提醒应用的新 url 是 x-apple-reminderkit://