phonegap-parse-plugin icon indicating copy to clipboard operation
phonegap-parse-plugin copied to clipboard

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

Open ghost opened this issue 9 years ago • 2 comments

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 ?

ghost avatar Apr 22 '16 10:04 ghost

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.

ihomecall avatar May 29 '16 20:05 ihomecall

You should see this fork:

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

Active and well maintained.

cleever avatar Jun 27 '16 13:06 cleever