You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
initialize()
constructor, orAndroidManifest.xml
However,
initialize()
constructor that does not require a client key to be passed in,AndroidManifest.xml
, the Parse Android SDK will throw an exception if the client key is missingThe text was updated successfully, but these errors were encountered: