Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
hramos opened this issue Feb 19, 2016 · 3 comments
Closed

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

hramos opened this issue Feb 19, 2016 · 3 comments

Comments

@hramos
Copy link

hramos commented Feb 19, 2016

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

Parse keys can be configured in two ways in the Parse Android SDK:

  • Via the initialize() constructor, or
  • Configuring the keys in AndroidManifest.xml

However,

  • Parse.java lacks a initialize() constructor that does not require a client key to be passed in,
  • and, if using AndroidManifest.xml, the Parse Android SDK will throw an exception if the client key is missing
@grantland
Copy link
Contributor

For now you can pass in null for the clientKey as a workaround.

@natario1
Copy link
Contributor

natario1 commented Jun 1, 2017

I think this was fixed by @hermanliang , right?

@Jawnnypoo
Copy link
Member

Yep, sure was

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

No branches or pull requests

4 participants