Note that there are some explanatory texts on larger screens.

plurals
  1. POSimperium - Files uploading but not syncing between devices
    text
    copied!<p>I stumbled across Simperium today whilst looking for an alternative to iCloud syncing my core data database. </p> <p>I am impressed by its speed and visibility into the data transfers through the data browser, something which iCloud doesn't provide easily from my knowledge. I have followed the simpleToDo sample app and managed to get it working (the ipad version of the app had some errors which required fixing).</p> <p>After being happy with how it seemed to work I decided to implement it in my app following the same steps as in the sample. I removed all of my icloud related code and re-implented the app delegate core-data code by virtually mirroring the code provided in the sample (only with slight alterations for my managed object model).</p> <p>All seemed to go well in terms of creating a record in my app, I could see the change had been uploaded through the dashboard data browser tool of the website. </p> <p><strong>My problem</strong></p> <p>I have validated that data is being sent from both devices to the server, however, neither of these changes are showing up on the other device. </p> <p>What am I missing? I cannot find anything in the code of the simpleToDo sample which seems to indicate a method which may be called to perform the update or refresh of the table views after receiving a notification of some sort.</p> <p>Furthermore, I can't see any logs showing up to say that new records have been detected / added to queue or downloaded.</p> <p>The last logs I have relating to Simperium are:</p> <pre><code>2012-12-30 21:00:46:772 myClients[745:907] Simperium authentication success! 2012-12-30 21:00:46.781 myClients[745:907] Reachability Flag Status: -R ------- networkStatusForFlags 2012-12-30 21:00:46:782 myClients[745:907] Simperium starting network managers... 2012-12-30 21:00:49:514 myClients[745:907] Simperium finished processing index for Client </code></pre> <p>Any help would be greatly appreciated, I am really looking forward to seeing this working for me as I believe it will be a good alternative.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload