Skip to content

Parse iOS SDK setServer function not working #1528

Closed
@AliZahr

Description

@AliZahr

[Parse setServer:@"https://serverNewUrl.com"];
NSLog(@"%@",Parse.server); -----> This prints the new server set, i.e https://serverNewURL.com
NSLog(@"%@",Parse.currentConfiguration.server); -----> This prints the old one set, i.e https://oldServerURL.com

I am using Parse iOS SDK 1.18

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions