Skip to content

Commit

Permalink
Improved support feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
leathalman committed May 28, 2022
1 parent eb95b6f commit 09d2643
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion Jotify/Controller/Settings/GeneralSettingsController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class GeneralSettingsController: SettingsController, MFMailComposeViewController
composeVC.mailComposeDelegate = self
composeVC.setToRecipients(["[email protected]"])
composeVC.setSubject("Jotify Support")
composeVC.setMessageBody("The following information is required for the best support experience. Please do not delete this. User ID: \(AuthManager().uid) \n", isHTML: false)
composeVC.setMessageBody("The following information is required for the best support experience. Please do not delete this. User ID: \(AuthManager().uid) \nVersion: \(Bundle.main.infoDictionary?["CFBundleShortVersionString"] as! String) \nBuild: \(Bundle.main.infoDictionary?["CFBundleVersion"] as! String)", isHTML: false)
self.present(composeVC, animated: true, completion: nil)
}

Expand Down

0 comments on commit 09d2643

Please sign in to comment.