avivais / phonegap-parse-plugin

Phonegap 3.0.0 plugin for Parse.com push service
195 stars 315 forks source link

No data record on parse.com #64

Open kukusumaa opened 9 years ago

kukusumaa commented 9 years ago

Hi, i use this plugin and no error when i run it. But why i did not see any data record on my parse.com?

tiagojdf commented 9 years ago

If you are using it with iOS, be sure to create a APN certificate and add it to your parse application. If your certificates are working fine, be sure to add all the code necessary to register the device.

kukusumaa commented 9 years ago

How about android? there is no data record when i run in android? I try to build but i get an error :

error: cannot find symbol ParsePlugin.initializeParseWithApplication(this);

How to fix it?

abhishiv commented 9 years ago

I had the same issue, fixed by uninstalling the app and then running it.