Can a single IOS app connect to multiple Parse.com apps? -


I am currently developing an iOS application for a business customer. They have branches at 7 different places and I'm building a single iOS app for 7 branches. Each user initially selects his business. I want to create 7 different pars backend apps for all branches. My question is, does Parse.com allow the single iOS app to access the Multip parse.com backend app?

No answer - the purpose of the database is to represent the whole group of data for a given app Using many databases is dangerous and unnecessary as your security solution.

If you have a gym client with 7 branches owned by 7 different people, then here's the right and safe solution that connects your back end to the Parse.com database and only Shows appropriate data to each customer.

For more information, see this post by a Parse.com administrator:


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -