SDK
How big is the SDK?
- iOS: About 600KB ~ 1MB
- Android: Less than 200KB
The SDK takes about 20 to 30 minutes to install. Please upload it to your app marketplace after installation. The small size of the SDK minimizes total app size concerns.
The deep link setup guides seem to register several deep links (universal link + app link + scheme deep link). Is this necessary?
Yes, it is recommended to setup all deep links possible for a smooth deep link user experience. Different browsers and application environments process deep links differently, and Airbridge provides the best deep link solution for each environment. Below are some examples of how the Airbridge tracking link reacts to some environments.
Environment | Context | Universal Link / App Link | Scheme |
---|---|---|---|
iOS / Chrome | Paste URL in browser's address bar | Not supported | Supported |
iOS / Reddit App | Click on a link that was posted | Supported | Not supported |
Android / Firefox | Click on a link at a website | Not supported | Supported |
Universal links and app links do not use a relay page by default, and therefore provides a smoother user experience than scheme deep links. However, scheme deep links are still need for browsers and apps that do not support universal links and deep links.
What does TRACKING_LINK_v{VERSION}
(e.g. TRACKING_LINK_v19.05.09.00
) mean?
TRACKING_LINK_v{VERSION}
(e.g. TRACKING_LINK_v19.05.09.00
) mean?Airbridge collects data through various tools (SDK, API, tracking links), and the above data is data collected by a tracking link. If data is collected through the API, the value will be shown as something like API_v1
.
The actual SDK version will be used for Android, iOS and Web SDKs.
- Android SDK Version: https://developers.airbridge.io/docs/android-sdk-release-note
- iOS SDK Version: https://developers.airbridge.io/docs/ios-sdk-release-note
- Web SDK Version: https://developers.airbridge.io/docs/web-sdk-release-note
Updated over 2 years ago