-
-
Notifications
You must be signed in to change notification settings - Fork 875
Closed
Labels
type:featureNew feature or improvement of existing featureNew feature or improvement of existing feature
Milestone
Description
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
Labels
type:featureNew feature or improvement of existing featureNew feature or improvement of existing feature