AppsFlyerSDK / XamariniOSBinding

AppsFlyer Xamarin iOS Binding project + example app
8 stars 7 forks source link

IDFA is not collected #9

Closed alekseyz closed 3 years ago

alekseyz commented 7 years ago

Hi

During integration of appsflyer library we've faced an issue with IDFA collecting. Testing wizard showed that AdSupport.framework was not added.

Inside XamariniOSBinding there is [assembly: LinkWith ("libAppsFlyerLib.a", SmartLink = true, Frameworks="Security iAd", WeakFrameworks="AdSupport")] and it did not work for us. If we change it to [assembly: LinkWith ("libAppsFlyerLib.a", SmartLink = true, Frameworks="Security iAd AdSupport")] it works. Hence, would you please assist us why AdSupport is added to WeakFrameworks and is that ok if IDFA is not collected?

bunkerdives commented 7 years ago

Anyone looking at this?

servitola commented 5 years ago

Any workaround?

sokoloff06 commented 3 years ago

I believe this is no longer relevant. Latest versions of the binding should have the issue fixed. If you think otherwise, please re-open. Thank you!