couchbaselabs / ToDoLite-iOS

To-Do list sample app for Couchbase Lite, native iOS version
85 stars 41 forks source link

ToDo lite app doesn't display all the users with whom the task can be shared #47

Closed ashvindersingh closed 9 years ago

ashvindersingh commented 9 years ago

App does not display other user,user2 when pressed share button.

pasin commented 9 years ago

I couldn't reproduce the issue.

ashvindersingh commented 9 years ago

Starting 1.1 release, we need to have "interface": ":4984" in sync gateway config.json. The todo lite config.json did not have this flag causing the no syncing of the data. After adding this flag I was able to sync successfully between clients.

tleyden commented 9 years ago

@ashvindersingh / @pasin: I added https://github.com/couchbaselabs/couchbase-mobile-portal/issues/187 to update the docs regarding this confusing change in behavior. Thanks for documenting this in a ticket.

tleyden commented 9 years ago

@ashvindersingh / @pasin -- one thing to consider here, is that it sounds like TodoLite failed silently. What about popping up an error message when it can't connect to sync gateway?

ashvindersingh commented 9 years ago

@tleyden I think throwing an error (or online status bar or any kind of feedback telling user is not connected) would be great enhancement, it would have saved lot of time, if this feature was already existing.