iOS opens native apps and pages via OpenURL (including phone, sms, safari, etc.)

Source: Internet
Author: User
<span id="Label3"></p><p><p>[[uiapplication sharedapplication] openurl:url];<br>By giving a different value to the url, you can implement call system with phone/sms/email/browser/...</p></p><p>1. Call Telephone Phone<br>[[uiapplication sharedapplication] Openurl:[nsurl urlwithstring:@ "tel://800888"];<br>Do not jump back to the app after making a call<br>[[uiapplication sharedapplication] Openurl:[nsurl urlwithstring:@ "telprompt://800888"];<br>Jump back to app after making a call<br><br>2. Call your own browser safari<br>[[uiapplication sharedapplication] Openurl:[nsurl urlwithstring:@ "http://www.abt.com"];<br><br>3. Call to bring your own mail<br>[[uiapplication sharedapplication] openurl:[nsurl urlwithstring:@ "mailto://[email protected]"];<br><br>4. Call SMS<br>[[uiapplication sharedapplication] Openurl:[nsurl urlwithstring:@ "sms://800888"];<br><br>5. Call the App Store<br>[[uiapplication sharedapplication] Openurl:[nsurl urlwithstring:@ "itms-apps://"];<br><br>6. Call IBook<br>[[uiapplication sharedapplication] Openurl:[nsurl urlwithstring:@ "itms-books://"];<br><br>7. Call Map<br>[[uiapplication sharedapplication] Openurl:[nsurl urlwithstring:@ "maps://"];<br><br>8. Call Facetime<br>[[uiapplication sharedapplication] Openurl:[nsurl urlwithstring:@ "facetime://"];<br><br>9. Call Music<br>[[uiapplication sharedapplication] Openurl:[nsurl urlwithstring:@ "music://"];<br><br>10, jump to the system settings related interface<br>[[uiapplication sharedapplication] Openurl:[nsurl urlwithstring:@ "prefs:root=wifi"];<br><br>The following is a set of jump keywords<br>About-prefs:root=general&path=about<br>Accessibility-prefs:root=general&path=accessibility<br>Airplane Mode On-prefs:root=airplane_mode<br>Auto-lock-prefs:root=general&path=autolock<br>Brightness-prefs:root=brightness<br>Bluetooth-prefs:root=general&path=bluetooth<br>Date & Time-prefs:root=general&path=date_and_time<br>Facetime-prefs:root=facetime<br>General-prefs:root=general<br>Keyboard-prefs:root=general&path=keyboard<br>Icloud-prefs:root=castle<br>ICloud Storage & Backup-prefs:root=castle&path=storage_and_backup<br>International-prefs:root=general&path=international<br>Location Services-prefs:root=location_services<br>Music-prefs:root=music<br>Music Equalizer-prefs:root=music&path=eq<br>Music Volume Limit-prefs:root=music&path=volumelimit<br>Network-prefs:root=general&path=network<br>Nike + ipod-prefs:root=nike_plus_ipod<br>Notes-prefs:root=notes<br>notification-prefs:root=notifications_id<br>Phone-prefs:root=phone<br>Photos-prefs:root=photos<br>Profile-prefs:root=general&path=managedconfigurationlist<br>Reset-prefs:root=general&path=reset<br>Safari-prefs:root=safari<br>Siri-prefs:root=general&path=assistant<br>Sounds-prefs:root=sounds<br>Software Update-prefs:root=general&path=software_update_link<br>Store-prefs:root=store<br>Twitter-prefs:root=twitter<br>Usage-prefs:root=general&path=usage<br>Vpn-prefs:root=general&path=network/vpn<br>Wallpaper-prefs:root=wallpaper<br>Wi-fi-prefs:root=wifi<br>Internet_tethering internet_tethering-prefs:root= internet_tethering</p><p><p>iOS opens native apps and pages via OpenURL (including phone, sms, safari, etc.)</p></p></span>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.