美文网首页
iOS URL Schemes 系统App清单

iOS URL Schemes 系统App清单

作者: Snoopy008 | 来源:发表于2022-03-07 14:25 被阅读0次

    苹果系统自带App跳转URL Schemes ,欢迎大家补充

    1.AMSEngagementViewService

    ams-ui://
    ams-ue://
    

    2.App Store

    itms-apps://itunes.apple.com
    //Open account settings
    itms-ui://
    //Open specific app
    itms-apps://itunes.apple.com/app/id
    //Search
    itms-apps://search.itunes.apple.com/WebObjects/MZSearch.woa/wa/search?media=software&term=YourQuery
    //Top charts
    itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewTop?genreId=36&popId=30
    //Results in 'Cannot Connect' error when used alone
    itms-apps://
    itms-appss://
    macappstore://
    macappstores://
    itms-watch://
    

    3.Apple Store

    applestore://
    applestore-sec://
    applestore-alipay://
    

    4.AXUIViewService

    applerttcall://
    

    5.Books

    ibooks://
    itms-books://
    itms-bookss://
    

    6.Calculator

    calc://
    

    7.Calendar

    calshow://
    x-apple-calevent://
    Add calendar
    webcal://SuscribeLinkForTheCalendar
    

    8.Camera

    camera://
    

    9.Clips

    clips://
    

    10.Clock

    clock-alarm://
    clock-sleep-alarm://
    clock-stopwatch://
    clock-timer://
    clock-worldclock://
    

    11.Contacts

    contact://
    people://
    

    12.CredentialSharingUIViewService

    shareablecredentialsuiservice://
    

    13.CTCarrierSpaceAuth

    carrierspaceauth://
    

    14.Diagnostics

    diagnostics://
    diags://
    

    15FaceTime

    //Start audio call
    facetime-audio://TheirPhoneNumberOrEmailAddress
    facetime-audio-prompt://TheirPhoneNumberOrEmailAddress
    //Start video call
    facetime://TheirPhoneNumberOrEmailAddress
    facetime-prompt://TheirPhoneNumberOrEmailAddress
    //Other
    facetime-open-link://
    

    16.Family

    family://
    

    17.Feedback

    applefeedback://
    //Start new feedback
    applefeedback://new
    

    18.Files

    shareddocuments://
    //Connect to server
    smb://
    

    19.Find My

    findmy://
    fmip1://
    findmyfriends://  (iOS 13 and later)
    fmf1://  (iOS 13 and later)
    grenada://  (iOS 13 and later)
    Show items list
    findmy://items  (iOS 14.3 and later)
    

    20.Find My Friends

    findmyfriends://  (iOS 12.5.5 and earlier)
    fmf1://  (iOS 12.5.5 and earlier)
    grenada://  (iOS 12.5.5 and earlier)
    

    21.Find My iPhone

    fmip1://
    

    22.Game Center

    gamecenter://  (unverified, pre-iOS 11)
    itms-gc://  (unverified, pre-iOS 11)
    itms-gcs://  (unverified, pre-iOS 11)
    

    23.GarageBand

    garageband://
    

    24.Health

    x-apple-health://
    x-argonaut-app://
    

    25.Home

    x-hm://
    homeutil://
    

    26.iBooks

    ibooks://
    itms-books://
    itms-bookss://
    

    27.iCloud Drive

    appleiclouddrive://  (unverified, pre-iOS 11)
    

    28.iMovie

    imovie://
    

    29.iTunes Remote

    remote://
    

    30.iTunes Store

    itms://
    itmss://
    

    31.iTunes U

    itms-itunesu://
    

    32.Maps

    map://
    maps://
    mapitem://
    

    33.Mail

    message://
    //Start draft with recipient
    mailto:TheirEmailAddress
    //Start draft with recipient, cc
    mailto:TheirEmailAddress?cc=TheirEmailAddress
    //Start draft with recipient, bcc
    mailto:TheirEmailAddress?bcc=TheirEmailAddress
    //Start draft with recipient, subject
    mailto:TheirEmailAddress&subject=Your%20Subject%20Text
    //Start draft with recipient, body
    mailto:TheirEmailAddress&body=Your%20Body%20Text
    //Start draft with recipient, CC, BCC, subject, body
    mailto:TheirEmailAddress?cc=TheirEmailAddress?bcc=TheirEmailAddress&subject=Your%20Subject%20Text&body=Your%20Body%20Text
    //[You can make other combinations using the above identifiers]
    

    34.Messages

    messages://
    //Open App Store
    itms-messages://
    //Open new text
    sms://
    //Open new text for contact
    sms://TheirPhoneNumber
    sms-private://TheirPhoneNumber
    

    35.Music

    music://
    musics://
    audio-player-event://
    //Open radio
    itsradio://  (unverified)
    itsradios://  (unverified)
    itunesradio://  (unverified)
    itunesradios://  (unverified, just opens Music)
    

    36.News

    applenews://
    applenewss://
    

    37.Notes

    mobilenotes://
    

    38.Phone

    mobilephone://
    //Call contact
    tel://TheirPhoneNumber
    telprompt://TheirPhoneNumber
    //Call and pause
    tel://TheirPhoneNumber,  (each comma adds two seconds, can be combined)
    telprompt://TheirPhoneNumber,  (each comma adds two seconds, can be combined)
    //Call and wait
    tel://TheirPhoneNumber;  (semicolons will add the numbers after to the call screen to tap)
    telprompt://TheirPhoneNumber;  (semicolons will add the numbers after to the call screen to tap)
    //Call, wait, pause
    tel://TheirPhoneNumber;####,#  (# = extension or call menu number)
    telprompt://TheirPhoneNumber;  (# = extension or call menu number)
    //Show favorites
    mobilephone-favorites://
    //Show recents
    mobilephone-recents://
    //Show voicemail
    vmshow://
    

    39.Photos

    photos-redirect://
    

    40.Podcasts

    pcast://  (goes to "Can't connect right now" screen by itself)
    podcasts://  (goes to "Can't connect right now" screen by itself)
    itms-pcast://  (goes to "Can't connect right now" screen by itself)
    itms-pcasts://  (goes to "Can't connect right now" screen by itself)
    itms-podcast://  (goes to "Can't connect right now" screen by itself)
    itms-podcasts://  (goes to "Can't connect right now" screen by itself)
    //Add feed by URL
    feed://
    podcast://
    //Add specific feed by URL
    feed://TheUrlOfTheFeed
    podcast://TheUrlOfTheFeed
    

    41.Print Center

    appleprintcenter://  (only works if the print center is open with active print jobs already)
    

    42.Reminders

    x-apple-reminder://
    x-apple-reminderkit://
    

    43.Safari

    //Search
    x-web-search://
    //Open FTP file
    ftp://LocationToFileOnFtpServer
    //Open HTTP site
    http://WebsiteURL
    //Open HTTPS site
    https://WebsiteURL
    

    44.Setup

    setup-device-migration://
    

    45.*Shortcuts

    shortcuts://
    //Create new shortcut
    shortcuts://create-shortcut
    //Install shortcut
    shortcuts://shortcuts/ShortcutID
    //Open gallery
    shortcuts://gallery
    //Open shortcut
    shortcuts://open-shortcut?name=Your%20Shortcuts%20Name
    //Run shortcut
    shortcuts://run-shortcut?name=Your%20Shortcuts%20Name
    //Run shortcut with text string input
    shortcuts://run-shortcut?name=Your%20Shortcuts%20Name&input=text&text=What%20You%20Want%20To%20Input
    //Run shortcut with input from clipboard
    shortcuts://run-shortcut?name=Your%20Shortcuts%20Name&input=clipboard
    

    46.Stocks

    stocks://
    

    47.Tips

    x-tips-widget://  (unverified)
    

    TV

    videos://
    

    48.Voice Memos

    voicememos://  (could work in the Notification Center)
    

    49.Wallet

    shoebox://
    passuiservice://
    

    50.Watch

    itms-watch://
    itms-watchs://
    bridge://
    //My Watch ⇾ All Watches
    bridge:root=ActiveWatch
    //My Watch ⇾ App View
    bridge:root=APP_VIEW_ID
    //My Watch ⇾ Display & Brightness
    bridge:root=DISPLAY_AND_BRIGHTNESS
    //My Watch ⇾ Display & Brightness ⇾ Brightness
    bridge:root=DISPLAY_AND_BRIGHTNESS#TRITIUM_GROUP_ID
    //My Watch ⇾ Display & Brightness ⇾ Always On
    bridge:root=DISPLAY_AND_BRIGHTNESS&path=TRITIUM_ID
    //My Watch ⇾ Display & Brightness ⇾ Text Size
    bridge:root=DISPLAY_AND_BRIGHTNESS#TEXT_SIZE_SLIDER_ID
    //My Watch ⇾ Display & Brightness ⇾ Bold Text
    bridge:root=DISPLAY_AND_BRIGHTNESS#BOLD_TEXT
    //My Watch ⇾ Complications
    bridge:root=COMPLICATIONS_ID
    //My Watch ⇾ Dock
    bridge:root=DOCK
    //My Watch ⇾ Emergency SOS
    bridge:root=SOS_MODE_ID
    //My Watch ⇾ Emergency SOS ⇾ Animation
    bridge:root=SOS_MODE_ID#SOS_TRIGGER_ANIMATION_GROUP
    bridge:root=SOS_MODE_ID#SOS_TRIGGER_ANIMATION
    //My Watch ⇾ Emergency SOS ⇾ Hold Side Button to Dial
    bridge:root=SOS_MODE_ID#LONG_PRESS_TRIGGERS_SOS_GROUP_ID
    bridge:root=SOS_MODE_ID#LONG_PRESS_TRIGGERS_SOS_ID
    //My Watch ⇾ Emergency SOS ⇾ Emergency Contacts
    bridge:root=SOS_MODE_ID&path=SOS_CONTACTS_GROUP_ID
    //My Watch ⇾ General
    bridge:root=GENERAL_LINK
    //My Watch ⇾ General ⇾ About
    bridge:tab=SETTINGS&root=GENERAL_LINK&path=ABOUT
    //My Watch ⇾ General ⇾ About ⇾ Applications
    bridge:tab=SETTINGS&root=GENERAL_LINK&path=ABOUT#APPLICATIONS_CELL_ID
    //My Watch ⇾ General ⇾ About ⇾ Bluetooth Address
    bridge:tab=SETTINGS&root=GENERAL_LINK&path=ABOUT#DEVICE_BLUETOOTH_ADDRESS_CELL_ID
    //My Watch ⇾ General ⇾ About ⇾ Model
    bridge:tab=SETTINGS&root=GENERAL_LINK&path=ABOUT#DEVICE_MODEL_CELL_ID
    //My Watch ⇾ General ⇾ About ⇾ SEID
    bridge:tab=SETTINGS&root=GENERAL_LINK&path=ABOUT#DEVICE_SEID_CELL_ID
    //My Watch ⇾ General ⇾ About ⇾ Serial Number
    bridge:tab=SETTINGS&root=GENERAL_LINK&path=ABOUT#DEVICE_SERIAL_NUMBER_CELL_ID
    //My Watch ⇾ General ⇾ About ⇾ Wi-Fi Address
    bridge:tab=SETTINGS&root=GENERAL_LINK&path=ABOUT#DEVICE_WIFI_ADDRESS_CELL_ID
    //My Watch ⇾ General ⇾ About ⇾ Legal Group
    bridge:tab=SETTINGS&root=GENERAL_LINK&path=ABOUT#LEGAL_GROUP_CELL_ID
    //My Watch ⇾ General ⇾ About ⇾ Name
    bridge:tab=SETTINGS&root=GENERAL_LINK&path=ABOUT#NAME_CELL_ID
    //My Watch ⇾ General ⇾ About ⇾ OS Version
    bridge:tab=SETTINGS&root=GENERAL_LINK&path=ABOUT#OS_VERSION_CELL_ID
    //My Watch ⇾ General ⇾ About ⇾ Photos
    bridge:tab=SETTINGS&root=GENERAL_LINK&path=ABOUT#PHOTOS_CELL_ID
    //My Watch ⇾ General ⇾ About ⇾ Songs
    bridge:tab=SETTINGS&root=GENERAL_LINK&path=ABOUT#SONGS_CELL_ID
    //My Watch ⇾ General ⇾ About ⇾ Storage Available
    bridge:tab=SETTINGS&root=GENERAL_LINK&path=ABOUT#STORAGE_AVAILABLE_CELL_ID
    //My Watch ⇾ General ⇾ About ⇾ Storage Capacity
    bridge:tab=SETTINGS&root=GENERAL_LINK&path=ABOUT#STORAGE_CAPACITY_CELL_ID
    //My Watch ⇾ General ⇾ Accessibility
    bridge:root=ACCESSIBILITY
    //My Watch ⇾ General ⇾ Airplane Mode
    bridge:root=GENERAL_LINK&path=AIRPLANE_MODE_ID
    //My Watch ⇾ General ⇾ Apple ID
    bridge:root=GENERAL_LINK&path=LINK_WITH_ICLOUD_LINK
    bridge:tab=SETTINGS&root=GENERAL_LINK&path=LINK_WITH_ICLOUD_LINK
    //My Watch ⇾ General ⇾ Automatic App Install
    bridge:root=GENERAL_LINK#AUTO_APP_INSTALL_SWITCH_ID
    //My Watch ⇾ General ⇾ Background App Refresh
    bridge:root=GENERAL_LINK&path=BAR_ROW_ID
    //My Watch ⇾ General ⇾ Diagnostic Logs
    bridge:root=GENERAL_LINK&path=DIAGNOSTIC_LOG_BROWSER
    //My Watch ⇾ General ⇾ Dictation
    bridge:root=GENERAL_LINK#DICTATION_CELL_ID
    //My Watch ⇾ General ⇾ Do Not Disturb
    bridge:root=GENERAL_LINK&path=DO_NOT_DISTURB_ID
    //My Watch ⇾ General ⇾ Emergency SOS
    bridge:root=GENERAL_LINK&path=EMERGENCY_SOS_ID
    //My Watch ⇾ General ⇾ Enable Screenshots
    bridge:root=GENERAL_LINK#ENABLE_SCREENSHOTS
    //My Watch ⇾ General ⇾ Language & Region
    bridge:root=GENERAL_LINK&path=LANGUAGE_AND_REGION
    //My Watch ⇾ General ⇾ Profiles
    bridge:tab=SETTINGS&root=GENERAL_LINK&path=ManagedConfigurationList/InstallRequested
    //My Watch ⇾ General ⇾ Reset ⇾ Erase Apple Watch Content and Settings
    bridge:root=GENERAL_LINK&path=RESET_ID#FULL_ERASE_CELL_ID
    //My Watch ⇾ General ⇾ Reset ⇾ Reset Home Screen Layout
    bridge:root=GENERAL_LINK&path=RESET_ID#RESET_APP_LAYOUT_ID
    bridge:root=GENERAL_LINK&path=RESET_ID#RESET_APP_LAYOUT_GROUP_ID
    //My Watch ⇾ General ⇾ Reset ⇾ Reset Sync Data
    bridge:root=GENERAL_LINK&path=RESET_ID#RESET_ALL_SYNC_STATE_ID
    bridge:root=GENERAL_LINK&path=RESET_ID#RESET_ALL_SYNC_STATE_GROUP_ID
    //My Watch ⇾ General ⇾ Reset ⇾ Remove All Cellular Plans
    bridge:root=GENERAL_LINK&path=RESET_ID#RESET_CELLULAR_PLANS_ID
    bridge:root=GENERAL_LINK&path=RESET_ID#RESET_CELLULAR_GROUP_ID
    //My Watch ⇾ General ⇾ Software Update
    bridge:root=GENERAL_LINK&path=SOFTWARE_UPDATE_LINK
    //My Watch ⇾ General ⇾ Usage
    bridge:root=GENERAL_LINK&path=USAGE_LINK
    //My Watch ⇾ General ⇾ Watch Orientation
    bridge:root=GENERAL_LINK&path=WATCH_ORIENTATION
    //My Watch ⇾ General ⇾ Workout Power Saving Mode
    bridge:root=GENERAL_LINK#WORKOUT_POWER_SAVING_MODE
    //My Watch ⇾ Noise
    bridge:root=com.apple.Noise.settings
    //My Watch ⇾ Notifications
    bridge:root=NOTIFICATIONS_ID
    //My Watch ⇾ Notifications ⇾ Always Show Short Looks
    bridge:root=NOTIFICATIONS_ID#NOTIFICATION_SHOW_SHORTLOOK_GROUP_ID
    bridge:root=NOTIFICATIONS_ID#NOTIFICATION_SHOW_SHORTLOOK_ID
    //My Watch ⇾ Notifications ⇾ Heart Rate
    bridge:root=NOTIFICATIONS_ID&path=com.apple.HeartRateSettings
    bridge:root=com.apple.HeartRateSettings
    //My Watch ⇾ Notifications ⇾ Notifications Indicator
    bridge:root=NOTIFICATIONS_ID#NOTIFICATIONS_INDICATOR_ID
    //My Watch ⇾ Notifications ⇾ Notification Privacy
    bridge:root=NOTIFICATIONS_ID#NOTIFICATION_PRIVACY_ID
    //My Watch ⇾ Passcode
    bridge:root=PASSCODE_ID
    //My Watch ⇾ Passcode ⇾ Wrist Detection
    bridge:root=PASSCODE_ID#WRIST_DETECTION_CELL_ID
    //My Watch ⇾ Privacy
    bridge:root=PRIVACY_ID
    //My Watch ⇾ Privacy ⇾ Headphone Audio Measurements
    bridge:root=PRIVACY_ID&path=HeadphoneAudio
    bridge:root=PRIVACY_ID&path=HEADPHONE_AUDIO_MEASUREMENTS_GROUP_ID
    //My Watch ⇾ Privacy ⇾ Oxygen Saturation
    bridge:root=PRIVACY_ID&path=OXYGEN_SATURATION_ENABLED_SWITCH_ID
    bridge:root=PRIVACY_ID&path=OXYGEN_SATURATION_ENABLED_GROUP_ID
    //My Watch ⇾ Privacy ⇾ Environmental Audio
    bridge:root=PRIVACY_ID&path=ENVIRONMENTAL_AUDIO_ENABLED_SWITCH_ID
    bridge:root=PRIVACY_ID&path=ENVIRONMENTAL_AUDIO_ENABLED_GROUP_ID
    //My Watch ⇾ Privacy ⇾ Fitness Tracking
    bridge:root=PRIVACY_ID#FITNESS_TRACKING_ENABLED_GROUP_ID
    //My Watch ⇾ Privacy ⇾ Heart Rate
    bridge:root=PRIVACY_ID#HEART_RATE_ENABLED_GROUP_ID
    //My Watch ⇾ Schooltime
    bridge:root=SCHOOLTIME
    //My Watch ⇾ Screen Time
    bridge:root=SCREEN_TIME_ID
    //My Watch ⇾ Siri
    bridge:root=SIRI_WATCH_SETTINGS_ID
    //My Watch ⇾ Sleep
    bridge:root=com.apple.NanoBedtimeBridgeSettings
    //My Watch ⇾ Sounds & Haptics
    bridge:root=SOUNDS_ID
    //My Watch ⇾ Sounds & Haptics ⇾ Alert Volume
    bridge:root=SOUNDS_ID#audio_slider
    //My Watch ⇾ Sounds & Haptics ⇾ Silent Mode
    bridge:root=SOUNDS_ID#audio_mute_switch
    //My Watch ⇾ Sounds & Haptics ⇾ Headphone Audio
    bridge:root=SOUNDS_ID#HEADPHONE_AUDIO_GROUP
    //My Watch ⇾ Sounds & Haptics ⇾ Headphone Safety
    bridge:root=SOUNDS_ID&path=HEADPHONE_LEVEL_LIMIT_SETTING
    //My Watch ⇾ Sounds & Haptics ⇾ Haptics
    bridge:root=SOUNDS_ID#haptic_group_id
    //My Watch ⇾ Sounds & Haptics ⇾ Haptic Strength
    bridge:root=SOUNDS_ID#haptic_slider
    //My Watch ⇾ Sounds & Haptics ⇾ Haptics Default
    bridge:root=SOUNDS_ID#prominent_haptic_group_id
    //My Watch ⇾ Sounds & Haptics ⇾ Haptics Prominent
    bridge:root=SOUNDS_ID#prominent_haptic_switch
    //My Watch ⇾ Sounds & Haptics ⇾ Tap to Speak
    bridge:root=SOUNDS_ID#tap_to_speak_group
    //My Watch ⇾ Sounds & Haptics ⇾ Tap to Speak Time
    bridge:root=SOUNDS_ID#tap_to_speak_switch
    //My Watch ⇾ Wallet & Apple Pay
    bridge:root=com.apple.NanoPassbookBridgeSettings
    //My Watch ⇾ Wallet & Apple Pay ⇾ Add Card
    bridge:root=com.apple.NanoPassbookBridgeSettings&path=ADD_CARD
    //My Watch ⇾ Wallet & Apple Pay ⇾ Card Settings
    bridge:root=com.apple.NanoPassbookBridgeSettings&path=ADD_CARD&passTypeIdentifier=%@&passSerialNumber=%@
    //Settings ⇾ Health ⇾ Medical ID
    bridge:root=SOS_MODE_ID&path=SOS_OPEN_HEALTH_ID
    //Other
    bridge:root=FollowUpList_
    watchface://
    facegallery://
    com.apple.Bridge://
    

    51. Web

    webapp://
    

    52.Workflow

    //Open
    workflow://
    //Create workflow
    workflow://create-workflow
    //Open a workflow
    workflow://open-workflow?name=TheNameOfWorkflow
    //Run a workflow
    workflow://run-workflow?name=TheNameOfWorkflow&input=Input
    //Open the gallery
    workflow://gallery
    //Search the gallery
    workflow://gallery/search?query=YourQuery
    //Install workflow
    workflow://shortcuts/ShortcutID  (unverified)
    workflow://workflows/WorkflowID  (unverified)
    

    相关文章

      网友评论

          本文标题:iOS URL Schemes 系统App清单

          本文链接:https://www.haomeiwen.com/subject/mpjluktx.html