You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ℹ In every case the onDeepLink was working fine. However, if the app had been in the background for a long time (more than 30 min) and enter it again through a onelink link. The listener will not get triggered. Thus the app will do nothing, it will simply open.
Please provide any other relevant information.
ℹ if anyone want to test it without waiting the time to pass, you can change the time manually from your desktop, simulator, or real device. Go to settings -> date & time -> turn off "set time automatically" -> add 1 hour
run in the command line: xcrun simctl openurl booted "https://<your_app>.onelink.me//?deep_link_value=HELLO"
The listener will not trigger
The text was updated successfully, but these errors were encountered:
👋 Hi @moatasemyakhni and Thank you for reaching out to us.
In order for us to provide optimal support, please submit a ticket to our support team at [email protected].
When submitting the ticket, please specify:
Report
Plugin Version
ℹ
^6.12.2
On what Platform are you having the issue?
ℹ ios
What did you do?
ℹ I followed the tutorial on how to implement deeplink and universal links.
I added in AppDelegate.mm file
What did you expect to happen?
ℹ to get triggered normally.
What happened instead?
ℹ In every case the onDeepLink was working fine. However, if the app had been in the background for a long time (more than 30 min) and enter it again through a onelink link. The listener will not get triggered. Thus the app will do nothing, it will simply open.
Please provide any other relevant information.
ℹ if anyone want to test it without waiting the time to pass, you can change the time manually from your desktop, simulator, or real device. Go to settings -> date & time -> turn off "set time automatically" -> add 1 hour
run in the command line: xcrun simctl openurl booted "https://<your_app>.onelink.me//?deep_link_value=HELLO"
The listener will not trigger
The text was updated successfully, but these errors were encountered: