In the carding team development process, collect the relevant process information, in the Baidu document found an iOS software code specification document, write very well, with very strong operability. Baidu downloaded when it took a download currency, and now share with you. : http://download.csdn.net/detail/smallhorse87/8660881
On top of that, I added a memo to the client's pre-launch finishing work:
- The app is equipped with the necessary features: statistics, log collection and sending, version detection and automatic updating, user feedback;
- Ensure that product managers and designers have experienced the app and signed made his mark. Make sure the app embodies the vision of the product and design, without the wrong understanding.
- Check to see if there is an exception record on the client for system crashes. Attention must be paid to frequently occurring anomalies.
- Remove all the debug code. (Annotated code block for//debug)
- Make sure that the connection is a formal server.
- Change the log level to only record serious problems.
- Do the memory monitoring again, paying special attention to the list page and the Picture processing display page. operate multiple times to see if the memory is recovering or growing.
- Estimate the power consumption of the application.
iOS Software Code specification