Reputation: 16430
I need to prepare my IOS application with a Pre-filled DB. I'm wondering whether my technique is good of if it leaks in something:
I'm not sure this's the correct technique. What do you think?
Upvotes: 1
Views: 422
Reputation: 49354
This is most common scenario for first-launch app setup except for variances in key name (firstLaunch, FirstLaunch or SetupDone, or, in your case, DB_filled). Check this question too.
Upvotes: 2