log error and warning info in iphone
I need to get the error, w开发者_如何学JAVAarning log when the iphone application is running and want to save it as a file in the database. i am using phpmysql as backend. is there any way to get this.?\
Help needed
Thanks, Shibin
What you are asking is probably beyond the scope of a single StackOverflow question. Issues you face are:
- How are you going to cache error information on the phone when there is no network available?
- When and how often are you going to communicate with the server?
- What protocol are you going to use between the phone and the PHP app?
- What sort of authentication are you going to use? You don't want anyone to be able to dump info into your database.
- How are you going to implement the PHP app?
Good luck!
精彩评论