Skip to content

Conversation

nlutsenko
Copy link
Contributor

Implements and closes #826.

cc @hramos

@hramos
Copy link
Contributor

hramos commented Feb 22, 2016

LGTM. Any idea why CI failed?

@nlutsenko
Copy link
Contributor Author

Yes, because Carthage comes preinstalled on few machines and we have #828 to handle that.

Parse/Parse.h Outdated
@param clientKey The client key of your Parse application.
*/
+ (void)setApplicationId:(NSString *)applicationId clientKey:(NSString *)clientKey;
+ (void)setApplicationId:(NSString *)applicationId clientKey:(nullable NSString *)clientKey;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should still be non null. If the server URL isn't changed (which only happens via the configuration initialization) client key is still required.

@nlutsenko nlutsenko force-pushed the nlutsenko.nullable.clientkey branch from 4a4404f to 5d47fc6 Compare February 23, 2016 19:24
nlutsenko added a commit that referenced this pull request Feb 23, 2016
Allow clientKey to be nil, as it's not explicitly required for Open Parse Server.
@nlutsenko nlutsenko merged commit b0f9b49 into master Feb 23, 2016
@nlutsenko nlutsenko deleted the nlutsenko.nullable.clientkey branch February 23, 2016 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Parse Server] clientKey is optional if using Parse Server

4 participants