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 方案?我在网上搜索,但我找不到任何东西。
| 归档时间: |
|
| 查看次数: |
1123 次 |
| 最近记录: |