单击UIDocumentInteractionController按钮

时间:2013-02-26 21:11:54

标签: ios email events printing uidocumentinteraction

我的应用程序最初有一个标准的操作表,显示正在查看的PDF的电子邮件和打印选项。我使用Google Analytics跟踪了这些事件。

我现在已用UIDocumentInteractionController替换了操作表,以允许在外部应用程序中打开PDF。这很好,但似乎没有办法跟踪我的Google Analytics的电子邮件和打印事件。我可以使用

轻松跟踪打开的应用
- (void)documentInteractionController:(UIDocumentInteractionController *)controller willBeginSendingToApplication:(NSString *)application

似乎没有可用于跟踪电子邮件,打印,复制等的等效功能。是否有人知道我如何确定是否点击了这些按钮,或确定是否触发了其中一个特定事件?

0 个答案:

没有答案