You should not use copies of the same wallet.dat simultaneously on multiple instances. The wallets create a new set of keys from time to time, and two different copies end up unsynced from the keysets so that you might be missing balances from some of the wallets even thou the coins are there. This goes with all bitcoin-qt based clients and their wallet.dat:s, not just USDe. It might work just fine for some time, but probably not forever and not worth the risk.
EDIT: ONE WALLET PER ONE DEVICE AT A TIME!
Thank You for the advice. I didn't realize they would become unsynced. I'll fix them right now.