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 the Deep Linking documentation, it clearly outlined that Note: The code implementation for onInstallConversionData must be made prior to the initialization code of the SDK.. However, in the examples, like this, the initSdk is called prior to the callback invocation.
What's working for us so far is by following the example.
Problems
The docs create confusion for us, and potentially other integrators which is actually the pattern that must be followed for setting up the SDK
Proposal
It would be best to have the docs get updated, have stay consistent which is the correct way to initialize the SDK
Clean up the example doc, remove unused, commented code
The text was updated successfully, but these errors were encountered:
👋 Hi @joshuadeguzman 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:
Describe the bug
In the Deep Linking documentation, it clearly outlined that
Note: The code implementation for onInstallConversionData must be made prior to the initialization code of the SDK.
. However, in the examples, like this, theinitSdk
is called prior to the callback invocation.What's working for us so far is by following the example.
Problems
Proposal
The text was updated successfully, but these errors were encountered: