Sergey Ivanov

Results 3 comments of Sergey Ivanov

i solved my issue on IOS with app_tracking_transparency

@irfan-429 I just use app_tracking_transparency before init appsFlyer (free plan) ``` void main() async { WidgetsFlutterBinding.ensureInitialized(); await AppTrackingTransparency.requestTrackingAuthorization(); AppsFlyerService appsFlyerService = AppsFlyerService(); appsFlyerService.initState(); } ```

@irfan-429 i do all like in docs, with scanning and etc Important Notice: be better if u check installs on real devices (ios/android)