Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嘿,所以我需要帮助。我必须从电子邮件启动我的应用程序,而该应用程序不在后台进程中。目前,该应用程序必须在我打开电子邮件附件的过程中。是否有任何 UIApplicationDelegate 可以在我的 AppDelegate 中使用,所以我不需要后台应用程序。现在,我必须告诉我的用户首先打开应用程序,然后打开电子邮件附件,这对某些用户来说是相当困难的。
URL 方案是您想要的。 http://mobile.tutsplus.com/tutorials/iphone/ios-sdk-working-with-url-schemes/