Does sencha io support storing and synching stores containing associations data? As i read in the forum, sencha touch 2 still have problems stroring associations data with the Localstorage proxy. But how about sencha io ?
The Sencha.io Sync Store behaves exactly the same way as LocalStorage does. All the association code is actually in the Sencha Touch data package classes. So, yes the Sync Store supports associations, but only as far a LocalStorage does... which means that if the Sencha Touch associations don't work for your application using LocalStorage, then they're not going to work for you with the Sync Store.
The Sencha.io Sync Store behaves exactly the same way as LocalStorage does. All the association code is actually in the Sencha Touch data package classes. So, yes the Sync Store supports associations, but only as far a LocalStorage does... which means that if the Sencha Touch associations don't work for your application using LocalStorage, then they're not going to work for you with the Sync Store.