Post

Replies

Boosts

Views

Activity

Reply to How to jump to system Shortcuts app to create a new shortcut with other shortcuts
if let url = URL(string: "shortcuts://import-shortcut?url= https://apphoc.kaxiongkadi.cn/DialogTips.shortcut&name=test") { UIApplication.shared.open(url, options: [:], completionHandler: { success in if success { print("Shortcuts app opened successfully.") } else { print("Failed to open Shortcuts app.") } })} epl me,Please,Don't work:
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’25