Closed
Description
Hello,
I have successfully finished my migration but it remains a last issue which is the log out my users when they switch to the new iOs client pointing to the new parse-server.
I have the [PFUser enableRevocableSessionInBackground]
implemented as follow
[Parse enableLocalDatastore];
[Parse initializeWithConfiguration:[ParseClientConfiguration configurationWithBlock:^(id<ParseMutableClientConfiguration> configuration) {
configuration.applicationId = @"****";
configuration.clientKey = @"****";
configuration.server = @"****";
}]];
[PFUser enableRevocableSessionInBackground];
Did I miss something ? After the user logged in again, everything is fine.
Metadata
Metadata
Assignees
Labels
No labels