Skip to content

iOs clients are logged out after parse-server migration #3183

Closed
@craffenoux

Description

@craffenoux

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions