2

I want to store my app's databases on my own server.
Right now, I'm storing it on parse.com server.

Is there any way to move the databases to my own server and still get access to it using parse.com SDK?

2 Answers 2

1

No.

You could build something similar, but the Parse SDK allows for local device storage or storage within the Parse.com cloud only.

Sign up to request clarification or add additional context in comments.

Comments

1

No Parse SDK will not allow that. For one obvious example, you cannot configure location for PFFile to be stored. You may consider opting for storing references to URLs rather than PFFiles in your Parse objects. However, I think there's still some issue with Parse SDK not allowing you to download multiple resources with a single method call.

1 Comment

@Ido Does this answer your question?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.