I am using Branch pod in my project. When any deep-link is tapped while no internet, Branch SDK throws no internet error. I want to retry this activity when the app is back online.
At present, I handled this by holding that userActivity, and once back to online I am calling continueUserActivity again. I want to know is there any better way of handling this.