More Related Content
PPTX
Azure DevOps ハンズオン Vo.3 ~Delivery Plans を用いたプロジェクトのスケジュール管理~ PPTX
サービスリリースから安定軌道に乗せるまでに行った開発施策 PPTX
Azure DevOps ハンズオン Vo.2 ~Azure DevOps Wiki を用いたドキュメントの作成~ PPTX
PPTX
PPTX
PPTX
Today & Share Extension@potatotips PDF
SwiftCoreとFoundationを読んでみた Viewers also liked
PDF
Search APIs & Universal Links PDF
WKInterfaceMap on Apple Watch PDF
PDF
Useful and Practical Functionalities in Realm PPTX
PDF
WWDCのチケット外れてもSFに行った方が良い理由 PDF
PDF
PDF
Search APIs in Spotlight and Safari PDF
PPTX
PDF
User Scenario based UI testing with KIF PDF
How to make workout app for watch os 2 PDF
Command Line Tool in swift More from Yusuke Kita
PDF
Integrating libSyntax into the compiler pipeline PDF
Making your own tool using SwiftSyntax PDF
[Deprecated] Integrating libSyntax into the compiler pipeline PDF
Creating your own Bitrise step PDF
PDF
Unidirectional Data Flow Through SwiftUI PDF
Open Source Swift Workshop PDF
Contributing to Swift Compiler PDF
PDF
Writing an interpreter in swift PDF
SIL Optimizations - AllocBoxToStack PDF
SIL for First Time Learners PDF
PDF
SIL for First Time Leaners LT PDF
PDF
PDF
Introducing protobuf in Swift PDF
Type-safe Web APIs with Protocol Buffers in Swift at AltConf PDF
Type-safe Web APIs with Protocol Buffers in Swift at iOSCon Share Extension@pixiv
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
1. Share Extension用のターゲット追加
2. App Groupsの設定
3. NSExtensionAttributesの設定
4. Containing app側での認証・バリデー
ション・アップロード処理の実装
5. Host app側での更新処理実装
- 8.
- 9.
- 10.
- 11.
- 12.
- 13.
- 14.
- 15.
Extensionタスク開始時に実行されるrun関数
Extensionタスク終了時に実行されるfinalize関数
Info.plistのNSExtensionAttributes以下の
NSExtensionJavaScriptPreprocessingFileにファイル名を指定する
* JavaScriptファイルを使用すると、
kUTTypePropertyListタイプのNSItemProviderがセット
される
- 16.
- 17.
- 18.