For analytics purposes I want to detect when a user shares content of the iOS app using the action sheet, is it possible to detect which share option is chosen?
Asked
Active
Viewed 53 times
0
-
1Do you actually mean `UIActivityViewController` or do you really mean the old, out-dated, and deprecated `UIActionSheet`? – rmaddy Aug 29 '17 at 14:22
-
Sorry for the dup flag. I thought it was a great question and in looking for an answer I found this. Look into using `completionWithItemsHandler`. – Aug 29 '17 at 14:32