[AC-6352] Android app restarts after being opened using URL-scheme
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Done |
Resolution Date | 2019-09-08T06:21:29.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Joren Vos |
Assignee | Shak Hossain |
Created | 2019-09-03T14:16:31.000+0000 |
Updated | 2019-09-08T06:21:29.000+0000 |
Description
Currently we're dealing with some issues regarding opening apps using URL-scheme on Android.
In attachments, two apps which are both using URL-scheme to open each other. After closing the initial first screen of the first app, the app is always completely restarted after being opened again using URL-scheme. In the sample video, you can see that after the first screen is closed and opened again (0:18), followed by navigating to the second app and back to the first app, that the app is restarted ("First app on start from url", expected should be "First app on resume from url"). The app is not restarted if the initial screen has never been closed. (first part of the movie)
In a production app, we are using some encryption functionalities, and after the app restart, the dynamic encryption key is changed and invalid to decrypt information that comes from the second app. On iOS, it's functional as expected.
Attachments
Hello, Thanks for letting us know. Are you experiencing this on SDK 8.1.1.GA?
Hi @Rhaki Mitro, Indeed, 8.1.1.GA resolves this problem. Thanks for your feedback! (/)