Hi,
I have an app where I'l be using a per-user realm file. At app launch I still don't know what user is the one that
will be logged in, and I'm unsure what would be the best approach to perform a hypothetical migration when needed.
My first doubt comes whether it is really needed for that migration to be done in AppDelegate's didFinishLaunchingWithOptions: function.
If that's really the case, should I just iterate over all possible realm files and do the migration in there?
Thanks in advance,
Xavi