AppBlade / AppBladeSDK

The SDK for AppBlade; iOS and Android
https://appblade.com
MIT License
23 stars 14 forks source link

Migrate from text file storage to an internal database for all of our SDK I/O. #73

Open andrewtremblay opened 11 years ago

andrewtremblay commented 11 years ago

Advantages; More secure / encrypt-able Faster. Simpler logic. Better SDK update handling (migrations instead of multiple parsers).

Manage migrations on new SDK release from inside the SDK as well. We won't be dealing with migrating the text files into the database. (v0.* -> v1.* will be considered a hard drop.)

andrewtremblay commented 10 years ago

Images are still stored outside the DB, as they should be. All that's left is putting the new Session Tracking in.