Marcelinne

Results 5 comments of Marcelinne

Thank a lot @cleever for the helping, I've just tried and also it is not working yet :'( .The Installation class continues empty. I'm going to share you my AndroidManifest.xml...

Yes I did put the register function in platdorm.ready() and also a message if it is succesful or there is some error, and the succesful message is thrown, but still...

It is frustrating, also that way is not working, but shouldn't be requiered as well as clientKey is used with Parse are no longer necessary with Parse Server.

After debugging I see that this part of the code is thowing an error (ParsePushApplication.java line79): ` ParseInstallation.getCurrentInstallation().saveInBackground(new SaveCallback() { @Override public void done(ParseException ex) { if (null != ex)...

@drmark1989 if you are using ionic2, the only thing you need is add this line in your ts file: `declare var ParsePushPlugin: any;` The place where you should add is...