Chào mừng đến với Diễn đàn lập trình - Cộng đồng lập trình.
Kết quả 1 đến 2 của 2
  1. #1
    Ngày tham gia
    Sep 2015
    Bài viết
    0

    Cách đọc file được download từ Email bằng Objective C???

    xin chào tất cả mọi người, mình là newbie lập trình iphone, mình có thấy phần mềm PrinterShare có cho phép đọc file PDF từ email được download ở ứng dụng khác, điều mình muốn làm cũng tưong tự vậy, nhưng trong Iphone không cho phép đọc dữ liệu của ứng dụng khác, mình muốn hỏi là phải làm thế nào để truy cập đc data từ ứng dụng khác như trong Printershare vậy ?

  2. #2
    Ngày tham gia
    Sep 2015
    Bài viết
    0
    Sau khi đọc câu hỏi và vọc printer share thì mình có 1 số điều cần nói:
    - Printer share không đọc dữ liệu từ ứng dụng khác mà tự viết ra 1 mail client riêng:
    "Printer share can't take your mesages from Mail app. Instead, you need to use special mail client INCLUDED in PrinterShare..."
    - Mỗi ứng dụng trong iPhone là 1 sandbox, hoàn toàn tách biệt với các ứng dụng khác, tuy nhiên có 1 số cách để chia sẻ dữ liệu, cái này bạn phải tìm hiểu thêm thôi mình cũng k rành lắm...


    "There are two different ways you might go about this.

    1) The data you need to share is non-persistent. In other words you need to launch one application with a piece of data that it can do something with. In this case you would register a special URL scheme per application.

    You can find out more information about URL schemes via Craig Hockenberry in his [redacted] blog post.

    2) The data you need to share is persistent. In other words you need something like a data file that both applications can read and write too. As far as I know there isn't a safe way to do this other than storing your data on a remote server. If you need the data accessible without a data connection then you would need to figure out a way to sync data between the individual apps and the remote server."


    Mã:
    http://stackoverflow.com/questions/220630/how-to-share-custom-data-between-iphone-applications

 

 

Quyền viết bài

  • Bạn Không thể gửi Chủ đề mới
  • Bạn Không thể Gửi trả lời
  • Bạn Không thể Gửi file đính kèm
  • Bạn Không thể Sửa bài viết của mình
  •