Re: Connecting to SyncGateway with Xamarin Android project.

2014-06-12 Thread Jens Alfke
On Jun 11, 2014, at 11:27 PM, Mikael Gyth wrote: > When I added the "channel" property to my Couchbase Lite documents they where > synced with the database. Found it in the old documentation for Sync Gateway. Then the source of your problem was that your docs weren't being added to any channe

Re: Connecting to SyncGateway with Xamarin Android project.

2014-06-11 Thread Mikael Gyth
When I added the "channel" property to my Couchbase Lite documents they where synced with the database. Found it in the old documentation for Sync Gateway. -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and

Re: Connecting to SyncGateway with Xamarin Android project.

2014-06-09 Thread Mikael Gyth
Now I'm getting this in the log of the gateway: 21:07:33.722907 Changes: MultiChangesFeed({*}, {Since:0 Limit:50 C IncludeDocs:false Wait:true Continuous:false Terminator:0xc0841767 21:07:33.723909 Changes+: MultiChangesFeed: channels expand to .. 21:07:33.723909 Changes+: MultiChangesFeed waitin

Re: Connecting to SyncGateway with Xamarin Android project.

2014-06-09 Thread Mikael Gyth
Hello. No, there is no errors anywhere that I can see, the app functions as normal (No errors, freezes or any other abnormal behavior). Other than the fact that the databases do not seem to sync. Neither the documents I have stored on the phone or the document i have created on the sever gets s

Re: Connecting to SyncGateway with Xamarin Android project.

2014-06-09 Thread Jens Alfke
On Jun 9, 2014, at 2:08 AM, Mikael Gyth wrote: > But when I try to sync the the phones database with the SyncGateway I have > set up I get a "404 missing (0,0 ms)" message and I'm stuck on why this is > happening. The 404 you showed is expected. The client is reading the checkpoint data stor

Connecting to SyncGateway with Xamarin Android project.

2014-06-09 Thread Mikael Gyth
Hello. I have set up a SyncGateway witch should be configured correctly. And I have created a test app for Android using the Couchbase for Mobile package for Xamarin. I am able to store and retrieve values from the phones Couchbase Lite database. But when I try to sync the the phones database wit