-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
I am trying to save a entity models in different databases depending on a user.
As per requirements in our app we need to maintain separate databases for each user with same entity models.
On user change I need to point to its user database.
I was making some tests with storageDatabaseForClass but I am not able to make it work.
In my SRKObject we implemented
+(NSString*)storageDatabaseForClass
{
return @"dataBase1"
}
I thought that system will create automatically a new dataBase, but I see it's not working properly.
Any suggestion?
Metadata
Metadata
Assignees
Labels
No labels