1.

Why Does My Android App Access Each Dynamic Link Twice?

Answer»

The getInvitation API clears the saved Dynamic Link to prevent it from being ACCESSED TWICE. Be sure to call this API with the autoLaunchDeepLink parameter SET to false in each of the DEEP link activities to clear it for the case when the ACTIVITY is triggered outside the main activity.

The getInvitation API clears the saved Dynamic Link to prevent it from being accessed twice. Be sure to call this API with the autoLaunchDeepLink parameter set to false in each of the deep link activities to clear it for the case when the activity is triggered outside the main activity.



Discussion

No Comment Found