簡體   English   中英

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 方案? 我在 web 上進行了搜索,但找不到任何東西。

iOS13 中提醒應用的新iOS13x-apple-reminderkit://

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM