Hello, sorry to open an other question so soon, but I have an other issue.
I am testing an app on iOS that opens an other app using URL Schemes. Both apps can be launched individually after instrumentation. However, when I open an other app from the first app, and then return back to the first app, it seems to reset the first app back to the default landing screen and the other app also lost the work it has done.
The work flow should be (using normal builds):
1. Login to first app
2. Launch second app to download something
3. When download completes, return to first app
Currently, when launching through apps instrumented by ZAPTEST (even on the device itself), when the download completes on the second app, it returns back to first app but in the login screen, and the download is not saved in the second app (at least it was not registered). Did both apps reset or something? (Note, there is saved information in the first app, so not all data is reset, not sure about second app.)
Appreciate any help for this issue.