Upgrade to Pro — share decks privately, control downloads, hide ads and more …

iOS14のApp Clips/2020-11-16-llt17

iOS14のApp Clips/2020-11-16-llt17

社内のLTイベント「えるLT Vol.17 オンライン」で発表した資料です

Satoshi SAKAO

November 16, 2020
Tweet

More Decks by Satoshi SAKAO

Other Decks in Programming

Transcript

  1. App Clipsとは • インストールせずに起動できるミニアプリ • トリガ • NFCタグ読み取り • QRコード読み取り

    • ロケーションベースのSiri Suggestion • Mapsアプリのリンク • WebサイトのスマートAppバナー • Messageアプリのリンク 3 Demo
  2. 作り方 • Xcode • AppClipターゲットをプロジェクトに追加 • Associated Domains Entitlementをターゲットに追加 •

    App Clipアプリ部分を作成 • webサーバの準備(Associated Domain) • App Store Connectへの登録 • AppClipカードの登録 • 画像,タイトル,説明文,アクション(Open,View,Play) • NFCタグやMapの位置情報 8
  3. refs • App Clips | Apple Developer Documentation • https://developer.apple.com/documentation/app_clips/

    • Creating an App Clip with Xcode | Apple Developer Documentation • https://developer.apple.com/documentation/app_clips/creating_an_app_clip_with_xcode • Testing Your App Clip’s Launch Experience | Apple Developer Documentation • https://developer.apple.com/documentation/app_clips/testing_your_app_clip_s_launch_experience 13