#Error when import ads-kit after essential-kit-v3

1 messages · Page 1 of 1 (latest)

outer estuary
#

I have compile error when I imported ads-kit after essential-kit-v3. Issue report

Assets\Plugins\VoxelBusters\EssentialKit\Runtime\Android\BillingServices\BillingTransaction.cs(44,55): error CS1501: No overload for method 'GetDateTimeOptional' takes 1 arguments

Ads-kit 1.8.0
Essential Kit 3.2.0
Unity 6.000.0.31f1

After deeper inspection the AdsKit is modifying the NativeDate script that cause issue?

elfin kelp
#

Are you on latest AdsKit?

elfin kelp
outer estuary
#

I think I have the latest AdsKit (version 1.8.0)

#

I delete the DateTime.MinValue params in the method GetDateTimeOptional and everything work fine

#

oh and this is only if I import the Ads Kit after imported Essential Kits v3
If I import Essential Kit v3 after AdsKit everything work fine