rrbrambley / MessageBeast-ObjC

A library for building Message-based apps on App.net
MIT License
6 stars 0 forks source link

Add methods for clearing all user data #25

Closed rrbrambley closed 10 years ago

rrbrambley commented 10 years ago

Without this functionality, you cannot have a sign out feature in an app. This would include:

  1. Clearing all in-memory manager data
  2. Removing all rows from all DB tables
  3. Removing persisted channels and any other NSUserDefaults stuff
rrbrambley commented 10 years ago

This appears to be done.