Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 746 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 746 Bytes

cordova-parse

A cordova plugin for Parse SDK (iOS & Android)

First, follow the Parse installation steps at https://parse.com/apps/quickstart

##Versions We support only Cordova version > 3.0

For Android tested with Parse SDK 1.5.1

##Installing the plugin To add this plugin just type: cordova plugin add https://github.com/ccsoft/cordova-parse.git

To remove this plugin type: cordova plugin remove com.ccsoft.plugin.CordovaParse

The plugin has the following methods:

##Usage


###getInstallationId Retrieves the Parse installation Id with success callback


###setKeyValue Puts and sends key value pair to Parse installation