Norbert Sroczyński

Results 9 comments of Norbert Sroczyński

@af-obodovskyi how did you integrate the library? I've confirmed that when you add the AppsFlyerSDK to an Xcode project and select 'Embed & Sign', it works correctly. However, when you...

I just checked the integration through cocoapods. After integrating the static AppsFlyer library, the report generation does not work properly. After integrating the dynamic AppsFlyer library, the report generation works...

@bonyadmitr Yes. AppsFlyer library is precompiled and distributed as a binary framework. Check [AppsFlyerFramework.podspec](https://github.com/AppsFlyerSDK/AppsFlyerFramework/blob/master/AppsFlyerFramework.podspec) `pod 'AppsFlyerFramework'` -> static framework (Main subspec) `pod 'AppsFlyerFramework/Dynamic'` -> dynamic framework (Dynamic subspec) Edit: `:linkage`...

@opera-ddrechny It works for me. I've integrated version 6.14.1 and 6.14.2 through SPM. Both, static and dynamic, generates privacy report correctly. The only issue I found is integrating static framework...

https://user-images.githubusercontent.com/4222449/233335202-72f71664-40e0-44dd-be97-a92872c7fd19.mp4 https://user-images.githubusercontent.com/4222449/233335255-d4623868-84a8-4939-b0c4-93695952dcd2.mp4

Any news? Is it confirmed bug?

The same problem occurs when you have App and Unit Testing Bundle and both import GoogleSignIn