• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
standalone not logging in...
#7
(11-12-2020, 11:36 PM)mark_talluto Wrote: 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.

Thanks Mark,
cdb_loadTable was probably the missing ingredient - i'll check that out but from your reply i'm guessing that will do the trick.
For now still working on the app in LC as there is still a huge amount of work to do and very little spare time to do it in! 
I'll experiment with storing the data in a safe/writable place, that's definitely going to be needed... thank you.
  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 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: 1 Guest(s)