简体   繁体   中英

iOS 13 reminders app url scheme does not work

After iOS 13 update the url scheme for reminders app x-apple-reminder:// does not work anymore.

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

How can I find the new url scheme? I searched on the web,but I could not find anything.

The new url for the reminders app in iOS13 is x-apple-reminderkit:// .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM