avivais / phonegap-parse-plugin

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

Parse is shutting down: Migrating server - Will this plugin work with migrated server running with parse? #95

Open ghost opened 8 years ago

ghost commented 8 years ago

Hello, As everyone knows, parse is shutting down and as they suggested we have migrated our whole data to private server, and also hosted parse on private server to get parse service. Will this plugin work with that private server ?

ihomecall commented 8 years ago

anybody answered this? I tried one of such plugin. it does not work with migrated server the issue is that the Parse initialization code of the ParseSDK is compiled to be work on api.parse.com. So when the plugin tried to save the Installation object, it always tried to save to parse.com server and failed.

we need to recompile a Parse.Framework in which we reset the serverUrl to the migrated server.

I have not figured out how to do this yet.

cleever commented 8 years ago

You should see this fork:

https://github.com/taivo/parse-push-plugin

Active and well maintained.