• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
standalone not logging in...
#6
If you have not codesigned or notarized, you are probably not running write permission issues locally.

When the sync takes place, do you see the changes happening both locally and in the cloud? If so, we can rule out that the libraries are not loaded.
Your local data is automatically saved to disk for you. Do you have a cdb_loadTable (https://docs.livecloud.io/LoadTable/) in your code? It is possible that your data is not being loaded into memory on startup of your app. We used to do it automatically, but we received enough feedback indicating that developers wanted full control when the data was to be loaded. In our apps, we do not always load all the tables for a database in a single moment.

When you are ready to ship your app, you will want to have all your data and possibly code running from another location. We do both so we can auto-update the code. You will not be able to modify your code or data if stored in the bundle once the bundle is codesigned.

When we release our notarized version, you will find everything that is in resource folder moved over to the app support folder. This was managed not by LiveCloud, but from our SpiceKit libraries. Our SK libraries manage our auto-update and licensing tech.
  Reply


Messages In This Thread
standalone not logging in... - by stamatis - 11-08-2020, 01:27 AM
RE: standalone not logging in... - by stamatis - 11-11-2020, 02:40 AM
RE: standalone not logging in... - by stamatis - 11-12-2020, 03:02 AM
RE: standalone not logging in... - by mark_talluto - 11-12-2020, 11:36 PM
RE: standalone not logging in... - by stamatis - 11-20-2020, 06:16 PM
RE: standalone not logging in... - by JereMiami - 10-02-2021, 12:15 PM
RE: standalone not logging in... - by Hendricus - 10-13-2021, 09:28 PM
RE: standalone not logging in... - by Hendricus - 10-14-2021, 07:46 AM
RE: standalone not logging in... - by Hendricus - 10-15-2021, 02:43 PM
RE: standalone not logging in... - by Hendricus - 10-15-2021, 09:22 PM
RE: standalone not logging in... - by Hendricus - 10-16-2021, 07:09 PM
RE: standalone not logging in... - by Hendricus - 10-20-2021, 09:09 PM
RE: standalone not logging in... - by Hendricus - 10-22-2021, 11:42 AM
RE: standalone not logging in... - by Hendricus - 10-27-2021, 09:44 PM
RE: standalone not logging in... - by JereMiami - 11-30-2021, 09:27 AM
RE: standalone not logging in... - by stamatis - 11-30-2021, 11:12 AM
RE: standalone not logging in... - by Linda Lu - 11-30-2021, 05:47 PM
RE: standalone not logging in... - by stamatis - 11-30-2021, 07:54 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)