• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot sync 2 devices
#5
Yes, that is correct. If you set up a new device, you'll be getting the latest version, which may cause incompatibilities if you are using older versions on other devices. 

The reason the companion can't be made universal is because it's tightly coupled to the database definition. You can't mix databases with different table definitions. Trying to add support for backward compatibility across all different database versions and features would be a nightmare. The user interfaces reflect the settings that are available in the most recent definition of the database. If I had to support multiple database definitions, I would have to support layouts for every dialog that can change their logic and what is displayed based upon what database version is being used. The amount of complexity and work this would add is huge. 

Having said that, different versions of MobileSheets stay compatible until the database changes. I usually try to avoid database changes unless absolutely necessary. Users often request new features that require modifications to the database, so in order to accomodate these requests, I have to make periodic changes to the database tables. I just try to space these out as much as I can, and schedule multiple database changes to happen at once when possible.

Mike
Reply


Messages In This Thread
Cannot sync 2 devices - by Jimnaz - 06-05-2019, 05:38 AM
RE: Cannot sync 2 devices - by Zubersoft - 06-05-2019, 06:01 AM
RE: Cannot sync 2 devices - by Jimnaz - 06-05-2019, 06:32 AM
RE: Cannot sync 2 devices - by JWR - 06-05-2019, 08:04 AM
RE: Cannot sync 2 devices - by Zubersoft - 06-30-2019, 05:19 PM



Users browsing this thread:
1 Guest(s)


  Theme © 2014 iAndrew  
Powered By MyBB, © 2002-2024 MyBB Group.