How can I allow users to give me feedback and submit bug reports for my iOS app?
问题 I submitted my first free iPhone app to the app store and users are complaining about bugs I've never seen, nor can I reproduce. How do developers allow their users to send feedback, as well as collect bug/crash reports for their iOS apps after they've been deployed to the app store? Thanks so much in advance for your help! 回答1: The best solution is to... First, write all your logs to a rotating file log. Then create a ViewController (maybe along with the settings screen) that has a text area