inter-app communication. how to share stuff between apps

18
Inter-app communication Alex Severyanov, March, 2014

Upload: moqod

Post on 22-May-2015

225 views

Category:

Technology


1 download

DESCRIPTION

Another Mobile talks presentation by Alex Severyanov where he talks about how to break thru the sandbox in iOS apps and share some content between your apps.

TRANSCRIPT

Page 1: Inter-app communication. How to share stuff between apps

Inter-app communicationAlex Severyanov, March, 2014

Page 2: Inter-app communication. How to share stuff between apps

01

URL-schemesWhat is it

Page 3: Inter-app communication. How to share stuff between apps

URL-Schemes

Page 4: Inter-app communication. How to share stuff between apps

URL-Schemes

Link: [email protected]:testapps/urlschemes.git

Page 5: Inter-app communication. How to share stuff between apps

Samples

Page 6: Inter-app communication. How to share stuff between apps

02

KeychainWhat is it

Page 7: Inter-app communication. How to share stuff between apps

Keychain

Page 8: Inter-app communication. How to share stuff between apps

Keychain

Link: [email protected]:testapps/keychain.git

Page 9: Inter-app communication. How to share stuff between apps

Samples

Link: [email protected]:testapps/urlschemes.git

Page 10: Inter-app communication. How to share stuff between apps

Document sharing

1. UIActivityViewController 2. UIDocumentInteractionController

Page 11: Inter-app communication. How to share stuff between apps

03

UIActivityViewControllerWhat is it

Page 12: Inter-app communication. How to share stuff between apps

UIActivityViewController

Link: [email protected]:testapps/keychain.git

Page 13: Inter-app communication. How to share stuff between apps

Samples

Page 14: Inter-app communication. How to share stuff between apps

03

UIDocumentInteractionControllerWhat is it

Page 15: Inter-app communication. How to share stuff between apps

UIDocumentInteractionController

https://developer.apple.com/library/mac/documentation/Miscellaneous/Reference/UTIRef/Articles/System-DeclaredUniformTypeIdentifiers.html

Page 16: Inter-app communication. How to share stuff between apps

UIDocumentInteractionController

Page 17: Inter-app communication. How to share stuff between apps

UIDocumentInteractionController

Link: [email protected]:testapps/documentsharing.git

Page 18: Inter-app communication. How to share stuff between apps

Samples