Skip to content

[Parse Server] clientKey is optional if using Parse Server #826

@hramos

Description

@hramos

A client key does not need to be configured in order to deploy a Parse Server. The Parse iOS SDK does not currently support connecting to a clientKey-less Parse Server.

To resolve this, a new initialization method is required:

+ (void)setApplicationId:(NSString *)applicationId;

We will also need to remove the assertion that checks for a client key when the SDK is initialized.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions