cranberrygame / cordova-plugin-pushnotification-parsepushnotification

17 stars 16 forks source link

You can update parse plugin 1.9.2 to 1.13.0 #16

Open manhuyetxa opened 8 years ago

manhuyetxa commented 8 years ago

When I down plugin and install to project. I done custom it. remove parse-1.9.2.jar and add parse-1.13.0. remove blost-1.2.0.jar and add blost-1.4.0. Then config plugin.xml and file js, .java When done build app and run it crash. It accept lib parse verison 1.13.0 Why i do wrong ?

Parse.initialize(new Parse.Configuration.Builder(myContext) .applicationId("YOUR_APP_ID") .clientKey(null) .server("http://localhost:1337/parse/") // The trailing slash is important. .build() );