rustore_install_referrer 1.0.0
rustore_install_referrer: ^1.0.0 copied to clipboard
Flutter plugin for getting install referrer information from RuStore (Russian app store). Track app installations from advertising links and measure marketing campaigns effectiveness.
1.0.0 - 2025-01-08 #
Added #
- Initial release of RuStore Install Referrer plugin
- Support for RuStore SDK 7.0.0+
getInstallReferrer()method to retrieve install referrer data from RuStoreReferrerDetailsclass with comprehensive referrer information:packageName- app package namereferrerId- referrer ID from advertising linkreceivedTimestamp- when referrer was receivedinstallAppTimestamp- when app installation beganversionCode- app version code (nullable)
RuStoreInstallReferrerExceptionfor proper error handling- Support for multiple error types:
REFERRER_NOT_FOUND- referrer not available or expiredRU_STORE_NOT_INSTALLED- RuStore not installed on deviceRU_STORE_OUTDATED- RuStore version too oldRU_STORE_ERROR- general RuStore SDK errorUNKNOWN_ERROR- unexpected errors
getErrorDescription()method for human-readable error messages- Comprehensive documentation and examples
- Android platform support (minimum SDK 23)
- MIT License