The sentence "getInitialLink/getInitialUri should be handled ONLY ONCE in your app's lifetime" is ambiguous. It could mean only once after launch of the app (but every such time) OR ever (ie only on the first launch).
I believe looking at the example that it's the first option, but it would be good to clarify.
The sentence "
getInitialLink
/getInitialUri
should be handled ONLY ONCE in your app's lifetime" is ambiguous. It could mean only once after launch of the app (but every such time) OR ever (ie only on the first launch).I believe looking at the example that it's the first option, but it would be good to clarify.