swift - Disable sync for an entity with Simperium for iOS -


i have app several coredata entities. of them must synced need couple of them used local entities (no sync them). tried avoid adding simperiumkey , ghostdata entities , let them inherit nsmanagedobject instead of spmanagedobjet, simperium's framework crashes because doesn't succeed sync entities. how can disable sync 1 or more entities?

your initial approach correct:

  • entities need sync'ing require inherit `spmanagedobject
  • entities don't need sync'ing can inherit directly nsmanagedobject

the framework shouldn't crashing. can please post crashlog can troubleshoot?

please, feel free of opening issue directly in our github repository: http://github.com/simperium/simperium-ios

thank you!


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -