AppsFlyerSDK / XamariniOSBinding

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

Compatibility for .Net6 and/or .Net7 #50

Closed Lapinou42 closed 1 year ago

Lapinou42 commented 1 year ago

Thanks for this package !

We are using your binding on our project under Xamarin.iOS but we migrating to .Net7 now. In a sample project, even if we using .Net6 (like in your sample) or .Net7, the installation of the nuget from nuget.org succeed but impossible to find the library. Writing this:

using AppsFlyerXamarinBinding;

The error is : Cannot resolve symbol 'AppsFlyerXamarinBinding'

Do you have any idea ?

Thanks for your feed-back.

Lapinou42 commented 1 year ago

Okay, I found the issue, I was using net7.0-ios instead of net7.0-ios16.1.

That is fixed.