-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Milestone
Description
Expected behavior
A couple of potential improvements exist, and should be evaluated based on time & utility.
- At a minimum, it should be possible to constrain the number of options presented by the current
UIActivityViewControllerby modifyingexcludedActivityTypeshere. - It should also be possible to transition to use an
MFMailComposeViewController. So instead of asking a user to select & share a single log file, they can initiate an email for receipt to the appropriate Zendesk destination. The draft email could include an attachment with all of the logs, SQLite database file, etc. This is admittedly larger effort, and may warrant breaking out into a separate issue.
Actual behavior
Currently when a user is asked to send logs for support, they are presented with the following options to capture the selected log file.

Existing Share Logs appearance
Steps to reproduce the behavior
- Navigate to Me : Help & Support : Activity Logs
- Select a given log file
- Tap the right bar button item to present the existing
UIActivityViewController
Tested on [device], iOS [version], WPiOS [version]
Observed on WP 10.4; applicable to to all iOS devices & OS versions.
scottwool