Using Onboarding Links with the Tapstream Windows 8 SDK

First, integrate the latest Windows 8 SDK.

Integration instructions for Windows 8

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.