couchbaselabs / Couchbase-Lite-PhoneGap-Plugin

Plugin to install Couchbase Lite in your PhoneGap app on iOS or Android
183 stars 67 forks source link

Cannot set "Do Not Back Up" property introduced in Couchbase Lite Mobile for iOS #36

Open tannerlinsley opened 10 years ago

tannerlinsley commented 10 years ago

There is no documentation (for this and many other expected functionalities of the plugin) on how to set the database's backup flag to not back up to icloud. This is super annoying for a lot of us Cordova/phongap devs as our apps get rejected immediately if we create/replicate any app data into our database!

tannerlinsley commented 10 years ago

@jchris Hey Chris, I would love to contribute to this repo, even though I lack Objective C experience. Is there anything I could do to get started? I am more of a consumer, but I do know javascript and front end technologies really well.

tleyden commented 10 years ago

Just a heads up -- @jchris is out of the office for a while.

tannerlinsley commented 10 years ago

@tleyden Dang! Thanks though. Are you a contributor as well?

tleyden commented 10 years ago

I started out as one, and ended up as a couchbase employee.

You should consider forking the repo, fixing the issue on your fork, and sending a PR

On Aug 22, 2014, at 4:07 PM, Tanner Linsley notifications@github.com wrote:

@tleyden Dang! Thanks though. Are you a contributor as well?

— Reply to this email directly or view it on GitHub.

tannerlinsley commented 10 years ago

I'll give it a try. No better time than now to learn Objective C right?

tannerlinsley commented 10 years ago

Hi @jchris, I ended up speaking to some people at couchbase and on the IRC channel, but still no luck. Are you going to be available soon for any of these issues?

DanailMinchev commented 8 years ago

@jchris @tleyden @pasin Any updates with this issue? Thank you

pasin commented 8 years ago

@zgramana Could you review this feature? For a little info, CBL iOS has CBLManager.excludedFromBackup which is set to NO by default. We will need to have an API to be able to set the value.