gpt4 book ai didi

ios - 使用 x-apple-reminder ://to launch the Reminders app in iOS

转载 作者:行者123 更新时间:2023-11-28 22:23:36 33 4
gpt4 key购买 nike

看起来很简单,但我做不到。我想从我的 native 应用程序启动 native 提醒应用程序。

根据我的阅读,我需要使用 x-apple-reminder:// URL 方案,但它不会启动 Reminders 应用程序。

这是我的代码:

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

ok 总是 NO 并且没有任何反应。

我也尝试传入提醒的 ID(我的应用创建了它),但这没有用。 (如 x-apple-reminder://REMINDER_GUID 中所示)

我怀疑我的问题出在 openURL 调用上。还有其他选择吗?

最佳答案

关于ios - 使用 x-apple-reminder ://to launch the Reminders app in iOS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19621752/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com