I just installed Delphi 12.2 with Remobjects SDK 10.0.0.1589
My fmx app on Android gives a Stream error. Both 32/64 bits.
Not all calls, before I get to this call some other calls are executed and those are successful.
Running as window app, it runs fine.
Same app compiled with Delphi 12.1 works also fine.
I isolated the offending call to the webservice and created a new app.
But then the call works fine.
Is this maybe known or do you have any pointers?
I am using this:
TROAESEncryptionEnvelope
TRORemoteService
TROBinMessage;
TRONetHttpClientChannel;