I am using Deep Link to interact with other app. For eample, I am doing UPI Payment using Deep Link. Say "A" is my App, I am choosing UPI supported app to do payment. Once the transaction is completed, My App "A" is recreated. Whatever the app state before transaction is lost. Is there any way to retain my app state when we do deep link? Please refer this link (UPI Payment Gateway using Android Deep Link) for deep link logic I have used.
I am using Paytm and Tez. this issue occurs only when I use Tez whereas its working fine if I use Paytm.