danbretl / ios_phone

1 stars 0 forks source link

Remember failed learning attempts #30

Open danbretl opened 13 years ago

danbretl commented 13 years ago

When attempts to send learning to our server fail (in a way that is not crucial to the user's continued app experience, so that the user continues on down whatever path they were on despite the fail), we need to remember those failures and attempt to retry them later. It is crucial to ensure that we continue to gather a good deal of learning data!

danbretl commented 13 years ago

An example of this is in EventsViewController, when sending 'view' learning about a touched event.