portfolio icon indicating copy to clipboard operation
portfolio copied to clipboard

Deposit account balance not synced?

Open boredbede opened this issue 10 months ago • 2 comments

Describe the bug A given deposit account balance in version 0.68.3 on macOS is saved into binary file. Same binary file is opened on Android. Deposit account balance is not updated

To Reproduce Steps to reproduce the behavior:

  1. Save portfolio file on MacOS (binary)
  2. Open binary file with Android app
  3. --> account balance not updated with the value saved in macOS version

Expected behavior Account balances should be the same across versions if the same *.portfolio file is opened

Screenshots n/a

Desktop (please complete the following information):

  • OS: macOS 0.68.3
  • App version 1.1.1+59

boredbede avatar Apr 08 '24 08:04 boredbede

Hi there,

did you looked up the diagnose log?

As this is a standard feature, we would need to a have your log file in order to investigate the details. The log can be sent straight from the App itself.

Open your Portfolio --> top left 3 lines --> About PP.

Cheers

Sn1kk3r5 avatar Apr 08 '24 13:04 Sn1kk3r5

Thanks @boredbede for the diagnostics log. That is inconspicuous.

Which storage provider do you use to sync the file to your Android device?

A couple things to check:

  • If you rename something - say add something to an account name - is this synced? I suspect it is not about the account balance, but about not syncing at all.
  • Are you saving the file from the desktop application directly on the cloud storage provider? Depending on the cloud provider, if the file is copied, it is understood as a new version. Then the app has no permissions to read the new version (and is not told about it). Can you try reopening the file (without deleting the entry in the app)?

I am in the process of supporting Google Drive, OneDrive, and Dropbox directly with their custom APIs. I hope this will make the syncing much more robust.

buchen avatar Apr 08 '24 19:04 buchen