Using Onboarding Links with the Tapstream Titanium SDK

First, integrate the latest Titanium SDK.

Integration instructions for Titanium

Retrieving the user's attribution data

The Tapstream SDK allows you to interrogate Tapstream for events that the app install has recently completed.

  • Do not block on this mechanism. In most cases, a response is available to the SDK almost immediately, but in exceptional circumstances, it may take up to 10 seconds for the SDK to receive a response or return nil.
  • Initialize the Tapstream SDK as soon as possible. For best results, your app should initialize Tapstream as early as possible in the app session.