We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808510b commit 2482fcfCopy full SHA for 2482fcf
Parse/src/main/java/com/parse/Parse.java
@@ -654,11 +654,6 @@ static void checkInit() {
654
+ "You must call Parse.initialize(Context)"
655
+ " before using the Parse library.");
656
}
657
- if (ParsePlugins.get().clientKey() == null) {
658
- throw new RuntimeException("clientKey is null. "
659
- + "You must call Parse.initialize(Context)"
660
- + " before using the Parse library.");
661
- }
662
663
664
static void checkContext() {
0 commit comments