com_tapp_so 1.0.0
com_tapp_so: ^1.0.0 copied to clipboard
Flutter plugin for Tapp.so affiliate marketing SDK. Track attributions, handle deferred deep links, and fire conversion events on iOS and Android.
1.0.0 #
- Initial stable release
- Full iOS and Android support
- Core SDK methods:
start()- Initialize SDK with callbacksshouldProcess()- Check if URL should be handledgenerateUrl()- Generate affiliate URLshandleTappEvent()- Track conversion events with metadatafetchLinkData()- Fetch link attribution datafetchOriginLinkData()- Fetch original install attribution
- Event listeners:
onDeferredDeepLink- Receive deferred deep link attributionsonFailResolvingUrl- Handle URL resolution errors
- Deferred deep link handling via callbacks
- Event streaming for real-time attribution updates