Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save PDF campaign attachments to device #1031

Closed
aaronschachter opened this issue May 24, 2016 · 2 comments
Closed

Save PDF campaign attachments to device #1031

aaronschachter opened this issue May 24, 2016 · 2 comments
Labels

Comments

@aaronschachter
Copy link
Contributor

Refs #1014 (comment)

Rendering a PDF in the webview doesn't allow us to save to device or send to a printer. Minimalist approach could be to open PDF's in browser if it allows for saving / sharing out of box (vs adding our own functionality into our LDTWebViewController

@aaronschachter
Copy link
Contributor Author

Looks like a UIDocumentInteractionController will do the trick.

@aaronschachter
Copy link
Contributor Author

Running build on device and opening Birthday Mail stencils and noticed this warning, which doesn't seem to break anything. Seems like known iOS 9.3 bug:

objc[638]: UIPDFPageRenderOperation object 0x1262d7d60 overreleased while already deallocating; break on objc_overrelease_during_dealloc_error to debug
objc[638]: UIPDFPageRenderOperation object 0x126630d90 overreleased while already deallocating; break on objc_overrelease_during_dealloc_error to debug
objc[638]: UIPDFPageRenderOperation object 0x1262d65c0 overreleased while already deallocating; break on objc_overrelease_during_dealloc_error to debug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant