18
Inter-app communication Alex Severyanov, March, 2014

Inter-app communication. How to share stuff between apps

  • Upload
    moqod

  • View
    225

  • Download
    1

Embed Size (px)

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.

Citation preview

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