美文网首页
第三方登录和分享--两个app之间如何跳转,传值

第三方登录和分享--两个app之间如何跳转,传值

作者: Hyman0819 | 来源:发表于2016-10-11 11:11 被阅读65次

    第一个页面

    第一个页面.png info中LSApplicationQueriesSchemes添加白名单.png .m代码.png

    第二个页面

    fourApp.png appdelegate代码.png 控制台显示.png

    一、URL Schemes 配置

    127893-552554345a5ddeae.png

    重要:xcode不在支持跳转系统内部应用

    说明:以下作废

    1. prefs“实现跳转至苹果内置程序的url scheme,不可改变
    2. phzapmjumpdemo: 标识该应用程序的url scheme,尽量保持它的唯一性

    五、附

    一些常见的调用系统应用url

    About — prefs:root=General&path=About
    Accessibility — prefs:root=General&path=ACCESSIBILITY
    Airplane Mode On — prefs:root=AIRPLANE_MODE
    Auto-Lock — prefs:root=General&path=AUTOLOCK
    Brightness — prefs:root=Brightness
    Bluetooth — prefs:root=General&path=Bluetooth
    Date & Time — prefs:root=General&path=DATE_AND_TIME
    FaceTime — prefs:root=FACETIME
    General — prefs:root=General
    Keyboard — prefs:root=General&path=Keyboard
    iCloud — prefs:root=CASTLE
    iCloud Storage & Backup — prefs:root=CASTLE&path=STORAGE_AND_BACKUP
    International — prefs:root=General&path=INTERNATIONAL
    Location Services — prefs:root=LOCATION_SERVICES
    Music — prefs:root=MUSIC
    Music Equalizer — prefs:root=MUSIC&path=EQ
    Music Volume Limit — prefs:root=MUSIC&path=VolumeLimit
    Network — prefs:root=General&path=Network
    Nike + iPod — prefs:root=NIKE_PLUS_IPOD
    Notes — prefs:root=NOTES
    Notification — prefs:root=NOTIFICATIONS_ID
    Phone — prefs:root=Phone
    Photos — prefs:root=Photos
    Profile — prefs:root=General&path=ManagedConfigurationList
    Reset — prefs:root=General&path=Reset
    Safari — prefs:root=Safari
    Siri — prefs:root=General&path=Assistant
    Sounds — prefs:root=Sounds
    Software Update — prefs:root=General&path=SOFTWARE_UPDATE_LINK
    Store — prefs:root=STORE
    Twitter — prefs:root=TWITTER
    Usage — prefs:root=General&path=USAGE
    VPN — prefs:root=General&path=Network/VPN
    Wallpaper — prefs:root=Wallpaper
    Wi-Fi — prefs:root=WIFI
    

    微云盘:demo

    相关文章

      网友评论

          本文标题:第三方登录和分享--两个app之间如何跳转,传值

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